glide.ui.user_cookie.max_life_span_in_days

ServiceNow property description:

The user cookie is honored for this duration in days, starting when the cookie was first issued.

Attributes

  • Sys ID: 78af8ea2870023008f64bd6ec7cb0b25
  • Type: integer
  • Application: Global
  • Default value: 30
AI Logo

AI generated property description:

The ServiceNow property `glide.ui.user_cookie.max_life_span_in_days` determines the maximum lifespan of a user cookie in days, starting from when the cookie is first issued. According to the documentation, this property sets an absolute timeout for user sessions, ensuring that the session will expire after the specified number of days regardless of user activity. This helps enhance security by limiting the duration for which a user can remain authenticated without re-logging in. The default value for this property is typically set to a specific number of days, but it can be adjusted based on organizational security policies. This property works in conjunction with other session timeout settings to provide a comprehensive session management strategy.

Source

Related property: glide.ui.user_cookie.life_span_in_days