Skip to content

Releases: pascal-martinez/z4m_usersessions

V1.4

13 Aug 19:45

Choose a tag to compare

  • CHANGE: anonymous sessions (sessions created when user download the login page) have now a lifetime of 5 minutes (new MOD_Z4M_USERSESSIONS_ANONYMOUS_SESSION_LIFETIME PHP constant) and are cleaned when have expired.
  • CHANGE: the value of the new MOD_Z4M_USERSESSIONS_ANONYMOUS_SESSION_LIFETIME PHP constant is displayed in the session configuration modal dialog.

V1.3

29 Jul 20:04

Choose a tag to compare

BUG FIXING: E_WARNING - unserialize(): Extra data starting at offset 406 of 1042 bytes - ./engine/modules/z4m_usersessions/mod/UserSessionFile.php(78)

V1.2

15 Jun 20:20

Choose a tag to compare

  • CHANGE: the module's PHP constant MOD_Z4M_USERSESSIONS_APPLICATION_URI now accepts the 'ALL' value to display all existing user sessions in the session directory (see PHP session.save_path configuration).
  • CHANGE: the value set for the module's PHP constant MOD_Z4M_USERSESSIONS_APPLICATION_URI is now displayed in the session configuration modal dialog.
  • CHANGE: the application key is now displayed in the z4m_usersessions view (under the user name) when MOD_Z4M_USERSESSIONS_APPLICATION_URI is 'ALL'.

V1.1

14 Jun 16:02

Choose a tag to compare

CHANGE: code refactoring, new UserSessionManager class with clean() and killAll() public methods.

V1.0

25 Apr 20:11

Choose a tag to compare

First published version.