classQSessionFormStateHandler
QSessionFormStateHandler Class Reference
Inherits QBaseClass.
Collaboration diagram for QSessionFormStateHandler:

Static Public Member Functions
Detailed Description
Simple Session-based FormState handler. Uses PHP Sessions so it's very straightforward and simple, utilizing the session handling and cleanup functionality in PHP, itself.The downside is that for long running sessions, each individual session file can get very, very large, storing all hte various formstate data. Eventually (if individual session files > 10, 15 MB), you can theoretically observe a geometrical degradation of performance.
If requested by QForm, the index will be encrypted.
Member Function Documentation
| static QSessionFormStateHandler::Load | ( | $ | strPostDataState | ) | [static] |
References QForm::$EncryptionKey.
| static QSessionFormStateHandler::Save | ( | $ | strFormState, | |
| $ | blnBackButtonFlag | |||
| ) | [static] |
References QForm::$EncryptionKey.
The documentation for this class was generated from the following file:
- qcodo/_core/qform_state_handlers/QSessionFormStateHandler.class.php
