WOStateStorage
Synopsis
WOStateStorage { [size=numBytes;] ... };
Description
A WOStateStorage element provides a simple mechanism for storing application state in an HTML page. If you include a WOStateStorage element in a form, any session and persistent data will be stored in the page rather than on the server. (For a detailed discussion of state management in WebObjects applications, see the chapter "Managing State" in the WebObjects Developer's Guide).- size
- Maximum size for each of the hidden fields used to store the state data. This attribute is optional; if size is not specified, the maximum size for hidden fields will be 1000 bytes.
Table of Contents Next Section