glide.ui.session_timeout
ServiceNow property description:
Sets the session timeout, in minutes. Values exceeding 1440 minutes will be treated as one day.
Attributes
- Sys ID: 0ec4395e8d34021087de63ac7f1f0038
- Type: integer
- Application: Global
- Default value: 90

AI generated property description:
The ServiceNow property `glide.ui.session_timeout` determines the duration, in minutes, that a user session can remain active without any interaction. According to the documentation, if the value set for this property exceeds 1440 minutes, it will be treated as one day. This means that any session timeout value greater than 1440 minutes will not extend beyond a 24-hour period. The property is crucial for managing user session security by ensuring that inactive sessions are automatically terminated after the specified period, thereby reducing the risk of unauthorized access. Adjusting this property helps balance user convenience with security requirements.
Source