Releases: pascal-martinez/z4m_usersessions
Releases · pascal-martinez/z4m_usersessions
V1.4
- CHANGE: anonymous sessions (sessions created when user download the login page) have now a lifetime of 5 minutes (new
MOD_Z4M_USERSESSIONS_ANONYMOUS_SESSION_LIFETIMEPHP constant) and are cleaned when have expired. - CHANGE: the value of the new
MOD_Z4M_USERSESSIONS_ANONYMOUS_SESSION_LIFETIMEPHP constant is displayed in the session configuration modal dialog.
V1.3
BUG FIXING: E_WARNING - unserialize(): Extra data starting at offset 406 of 1042 bytes - ./engine/modules/z4m_usersessions/mod/UserSessionFile.php(78)
V1.2
- CHANGE: the module's PHP constant
MOD_Z4M_USERSESSIONS_APPLICATION_URInow accepts the 'ALL' value to display all existing user sessions in the session directory (see PHPsession.save_pathconfiguration). - CHANGE: the value set for the module's PHP constant
MOD_Z4M_USERSESSIONS_APPLICATION_URIis now displayed in the session configuration modal dialog. - CHANGE: the application key is now displayed in the
z4m_usersessionsview (under the user name) whenMOD_Z4M_USERSESSIONS_APPLICATION_URIis 'ALL'.
V1.1
CHANGE: code refactoring, new UserSessionManager class with clean() and killAll() public methods.
V1.0
First published version.