Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property specifies the time left in a user's session before a prompt appears to extend it, enhancing user experience by preventing unexpected logouts. |
| What area does it affect? |
User session management |
| What does the default mean? |
The default value is "2", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting session timeout settings or improving user experience. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.session_timeleft |
| Sys ID |
c7c3836ec3c111108b37d8fc2840dddf |
| Type |
integer |
| Application |
Global |
| Default value |
2 |
| 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 |
| Updated |
2024-05-25 04:28:35 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the Remember Me check box. • false: Display the Remember Me check box. For additional information, see Remove remember me . properties.sessionTimeLeft.value String Number coerced to string The system property glide.ui.session_timeleft that determines the mount of time left before the current session times out. Use this property to prompt the user to extent the current session before it times out. Unit: ...
Context preview
Snippet 2
... displayed on the specified table. For example: glide.ui.show_template_bar.incident = false. • Type: true | false • Default value: true • Location: Add the property to the System Property [sys_properties] table. glide.ui.session_timeleft Sets how much time, in minutes, users have to extend a session before it times out due to inactivity. • Type: integer • Default value: 2 • Location: System Property ...
Related properties