glide.guest.session_timeout
ServiceNow property description:
Sets the guest session timeout, in minutes
Attributes
- Sys ID: 0835fe81733313009aa831a9faf6a7e7
- Type: integer
- Application: Global
- Default value: 30

AI generated property description:
The ServiceNow property `glide.guest.session_timeout` sets the duration, in minutes, for how long a guest session can remain active before it times out. According to the documentation, this property is used to limit the lifespan of active sessions for guest users, enhancing security by reducing the risk of unauthorized access. The timeout value is configurable, allowing administrators to specify an appropriate duration based on their security requirements. Once the specified time elapses, the guest session will automatically expire, requiring the user to re-authenticate if they wish to continue accessing the system. This property is crucial for managing the security and integrity of guest sessions within the ServiceNow platform.
Source