Class QSessionFormStateHandler
Session-based FormState handler. Uses PHP Sessions to store the form state.
Stores the variables in the following format: $_SESSION['qformstate'][form_uniquid][state#] where the form_uniquid is a unique id that sticks with the window that the form is on, and state# is the formstate associated with that window. Multiple formstates need to be saved to support the browser back button.
If requested by QForm, the index will be encrypted.
This incorporates a system of garbage collection that will allow for at most BackButtonMax formstates to be saved in the session.
This handler is compatible with asynchronous ajax calls.
- QBaseClass
- QSessionFormStateHandler
public static
|
|
public static
|
OverrideAttributes(),
__call(),
__get(),
__set()
|
public static
integer
|
$BackButtonMax
|
#
20
|