Class el.Session
The Session Model.
Representation of a session.
Functions
Session:toXmlString () | Convert to an XML string. |
Session:saveState () | Save plugin states. |
Session:restoreState () | Restore state in plugins. |
Attributes
Session.name | The sessions name. |
Functions
- Session:toXmlString ()
-
Convert to an XML string.
Returns:
-
string
XML string of the session data.
- Session:saveState ()
- Save plugin states. Call to save the state of all nodes in a session.
- Session:restoreState ()
- Restore state in plugins. Call to restore the state of all nodes in a session.