Session Restore
Categories
Component ID
158401
Component name
Session Restore
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3803
Component created
Component changed
Component body
The session restore module allows sessions (which are stored in a separate table) to be restored upon login.
Example use case: The quiz module stores data related to an ongoing quiz in the user's session. The session restore module keeps track of this session in its own table. If the user logs out or is timed out (for e.g., with the autologout module), the session restore module restores the last saved session the next time he/she logs in. In other words, the user is able to continue the same quiz from the same point the next time he/she logs in.
