You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# CHANGE LOG: User sessions (z4m_usersessions)
2
2
3
+
## Version 1.4, 2025-08-11
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_LIFETIME` PHP constant) and are cleaned when have expired.
5
+
- CHANGE: the value of the new `MOD_Z4M_USERSESSIONS_ANONYMOUS_SESSION_LIFETIME` PHP constant is displayed in the session configuration modal dialog.
6
+
3
7
## Version 1.3, 2025-06-27
4
8
- BUG FIXING: E_WARNING - unserialize(): Extra data starting at offset 406 of 1042 bytes - ./engine/modules/z4m_usersessions/mod/UserSessionFile.php(78)
0 commit comments