Session Restore

Zen - July 11, 2007 - 08:26

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 his last saved session the next time he/she logs in. In other words, he is able to continue the same quiz from the same point the next time he/she logs in.

Releases

Official releasesDateSizeLinksStatus
6.x-1.1-beta2008-Mar-307.24 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.1-beta2008-Mar-307.19 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Oct-277.19 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.