glide.ui.session_timeleft
ServiceNow property description:
Session timeout left, in minutes. This value is used to prompt the user to extend the current session before it's timeout. Setting to 0 disables the prompt
Attributes
- Sys ID: c7c3836ec3c111108b37d8fc2840dddf
- Type: integer
- Application: Global
- Default value: 2

AI generated property description:
The ServiceNow property `glide.ui.session_timeleft` specifies the remaining session time, in minutes, before a user is prompted to extend their session. This prompt appears to the user as a warning before the session times out, allowing them to continue their work without interruption. If this property is set to 0, the prompt is disabled, meaning users will not receive a warning before their session expires. This property helps manage user sessions effectively by providing a heads-up to users, ensuring they can save their work or extend their session as needed. The documentation emphasizes the importance of this setting in maintaining a smooth user experience by preventing unexpected session terminations.
Source