Property reference

glide.guest.session_timeout

The glide.guest.session_timeout property sets the duration, in minutes, for which a guest session remains active. Admins should review this setting to ensure it aligns with security policies and user experience expectations.

Default: 30 Type: integer Application: Global

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 defines the timeout period for guest sessions, defaulting to 30 minutes, which affects how long guests can remain logged in before being automatically logged out.
What area does it affect? Guest session management
What does the default mean? The default value is "30", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when adjusting security settings or user access policies.

Out of the box property record

Raw metadata from the property record.

Property name glide.guest.session_timeout
Sys ID 0835fe81733313009aa831a9faf6a7e7
Type integer
Application Global
Default value 30
Description Sets the guest session timeout, in minutes
Updated 2024-05-25 04:04:34

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... table glide.guest.active.session.life_span Sets the maximum session time for a guest session regardless of user activity, in minutes. • Type: integer • Default 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 ...
Documentation excerpt View supporting context
Context preview Snippet 2
... ◦(Old‎ <blank> ◦(New‎ Users may download malicious files leading to desktop and session compromise. Timeout Guest Sessions • Description ◦(Old‎ Control the inactive session timeout for unauthenticated users with the "glide.guest.session_timeout" system property. Raise the value of this property to extend the period of time your instance persists sessions beyond the default of 30 minutes. Avoid excessively large timeout values, which ...