Skip to content
Release: Australia · Updated: 2026-05-29 · Official documentation · View source

Limit guest's active session life span

Use the glide.guest.active.session.life_span property to control the duration of an active guest's HTTP sessions.

The glide.guest.active.session.life_span system property enforces a maximum lifespan on active guest HTTP sessions, regardless of session inactivity. The configured value is in minutes. A value of 0 disables the lifespan limit entirely, allowing sessions to persist until the inactive timeout fires. Guest users are unauthenticated users who access the instance without logging in.

Set the glide.guest.active.session.life_span system property to 720.

More information

AttributeDescription
Configuration nameglide.guest.active.session.life_span
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended value720
Default value0
Fallback value0
CategorySession management
Security risk- Severity score: 4.2 - CVSS score: Medium - Security risk details: A larger maximum lifespan could allow an attacker to persist a stolen session for longer, increasing the scope of a security incident.
Functional impactThis configuration enforces max life-span on active guest HTTP sessions irrespective of inactive timeout. The configured value is in minutes. A value of zero disables the lifespan limit entirely. The max life-span should be more than the inactive timeout glide.ui.session_timeout (default 30 minutes).
Dependencies and prerequisitesNone

Parent Topic:Session management