Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Consolidate session configuration and make it accessible over the UI.
-
Empty show more show less
Description
problem
Consolidate the session lifetime settings.
- 4 places of possible timeout configuration in application.ini, no one really knows what they are used for and if they are still in use
- first find out what they are used for
- then merge them into one single config (if possible)
- Place that config into the DB config (config level 2, changeable in the UI)
resources.ZfExtended_Resource_Session.cookie_lifetime = 864000 ; is probably overwritten by remember_me_seconds - must be tested! resources.ZfExtended_Resource_Session.gc_maxlifetime = 864001 ; probably not used, must be tested! resources.ZfExtended_Resource_Session.remember_me_seconds = 864002 ; cookie lifetime, set to 0 to remove cookie on session end resources.ZfExtended_Resource_Session.garbageCollectorLifetime = 86400 ; in ZfExtended, GC removes sessions modified older as that value