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 configures the length of time a user session remains active before timing out, with values over 1440 minutes being capped at one day. |
| What area does it affect? |
User session management |
| What does the default mean? |
The default value is "90", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting security settings or user session policies. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ui.session_timeout |
| Sys ID |
0ec4395e8d34021087de63ac7f1f0038 |
| Type |
integer |
| Application |
Global |
| Default value |
90 |
| Description |
Sets the session timeout, in minutes. Values exceeding 1440 minutes will be treated as one day. |
| Updated |
2024-05-25 04:00:33 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... session times out. Use this property to prompt the user to extent the current session before it times out. Unit: Minutes properties.sessionTimeout.value String Number coerced to string The system property glide.ui.session_timeout that determines the initial session time out value. Unit: Minutes - Values greater than 1440 minutes are treated as one day. For additional information, see Session activity timeout properties.trackingEnabled.value String ...
Context preview
Snippet 2
... false • Value: self • Location: System Properties Note: If you want to enable only a guest experience for your customer service por can ignore this configuration. User session time-out glide.ui.session_timeout Set a user session timeout value for the glide.ui.session_timeout system pr to a value that is greater than or equal to your time-out. • Type: integer • Value: 30 • ...
Context preview
Snippet 3
... secondary. Order Order of preference of the kiosk module. Note: ◦The kiosk device automatically maintains the session before it times out. The session timeout value can be configured in the glide.ui.session_timeout property. ◦The kiosk header contains the session refresh API; ensure that you do not remove or replace the kiosk theme or the kiosk header. For information about customizing the kiosk ...
Context preview
Snippet 4
... Timeout should be enabled User sessions being active for indefinite amount of time is a security risk and should expire on a time-based configuration. Either update the value of the glide.ui.session_timeout system property to 60 OR insert this system property with a value of 60. Documentation sn_SE10204 1 Act Cookies HTTP Only should be enabled Session Cookies on the application authenticate ...
Context preview
Snippet 5
... value: 0 • Location: System Property [sys_properties] table glide.guest.session_timeout Sets the inactive session timeout for a guest session, in minutes. Note: This setting decouples a guest session timeout from the glide.ui.session_timeout property. Any changes to the glide.ui.session_timeout property do not affect a guest session timeout. • Type: integer • Default value: 30 • Location: System Property [sys_properties] table glide.hd.payload_multi_page.device_history.mutex_expires Total time ...
Context preview
Snippet 6
... Inc., in the United States and/or other countries. Other company names, product names, and logos may be trademarks of the respective companies with which they are associated. 204 Documentation Updates "glide.ui.session_timeout" is not set to the recommended value of "60" minutes or less, then the session may stay valid for long even without activity. This could provide too large of a ...
Context preview
Snippet 7
... the entire message inside the timeout pop-up. 1. Install NVDA screen reader. 2. Open an instance. 3. Wait for the timeout pop-up 'Extend Your Session' to appear (timeout is update 'glide.ui.session_timeout' in system property). Observe that the screen reader doesn't announce the status message 'Extend Your Session'. UX Framework PRB1997499 The sn- canvas-tabs component displays a record preview popover on hover ...
Related properties