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

Limit integrations' active session life span

The glide.integrations.active.session.life_span property enforces max lifespan on active guest HTTP sessions irrespective of inactive timeout. The configured value is in minutes. A value of zero will disable timing out the active sessions.

This configuration enforces the max lifespan on active guest HTTP sessions irrespective of inactive timeout. The configured value is in minutes and the value of zero will disable timing out the active sessions. This particular property is limited to integrations that have low-privilege access to an instance.

Set the glide.integrations.active.session.life_span system property to a value greater than 0 and less than or equal to 720.

More information

AttributeDescription
Configuration nameglide.integrations.active.session.life_span
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended valueless than or equal to 720
Default value0
Fallback value0
CategorySession management
Security risk- Severity score: 4.2 - CVSS rating: Medium - Security risk details: A larger maximum lifespan could allow an attacker to persist in a stolen session for longer, increasing the scope of a security incident.
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Session management