Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Minimize absolute session timeout duration

Use the glide.ui.user_cookie.max_life_span_in_days property to set a maximum life span for user cookies created when users log in with the Remember Me checkbox selected. When the cookie expires, users who have selected the Remember Me checkbox are forced to reauthenticate into the instance.

If the glide.ui.user_cookie.max_life_span_in_days system property is not set to the recommended value of 30 or other appropriate value, then a very long life session could be more vulnerable to session hijack attacks.

Ensure that the property glide.ui.user_cookie.max_life_span_in_days is set to 30 or less.

Note: To enforce a maximum session time for any active user sessions, see Managing user sessions.

More information

AttributeDescription
Configuration nameglide.ui.user_cookie.max_life_span_in_days
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended value30 or less
Default value<none>
Fallback value30
CategorySession management
Security risk- Severity score: 4.2 - CVSS rating: Medium - Security risk details: A long session lifespan extends the window of opportunity for attackers to hijack active sessions, increasing the likelihood of unauthorized access if credentials or session tokens are compromised.
Functional impactThis property enforces mandatory re-login by avoiding any sort of cookie rotation after a given time frame.
Dependencies and prerequisitesNone

Parent Topic:Session management