glide.ui.active.session.life_span
ServiceNow property description:
This configuration will enforce max life-span on active authenticated http sessions irrespective of inactive timeout. The configured value is in minutes and the value of zero will disable timing out the active sessions. The max life-span should be more than inactive timeout glide.ui.session_timeout (default 30 minutes).
Attributes
- Sys ID: ccff860b4361211015820c65c9b8f24c
- Type: integer
- Application: Global
- Default value: 0

AI generated property description:
The ServiceNow property `glide.ui.active.session.life_span` enforces a maximum life span on active authenticated HTTP sessions, regardless of the inactive timeout setting. The value for this property is specified in minutes, and setting it to zero will disable the timing out of active sessions. It is important to ensure that the maximum life span configured is greater than the inactive timeout, which is defined by the `glide.ui.session_timeout` property (defaulting to 30 minutes). This property helps in managing session durations to enhance security by limiting the time a session can remain active. For more detailed information, you can refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/security-center/reference/sc-limit-ui-active-session-life-span.html).
Source