Timeout Guest Sessions

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • Use a system property to control the inactive session timeout for unauthenticated users.

    Use the glide.guest.session_timeout system property to control the inactive session timeout for unauthenticated users. By default, the value of this property is 30 minutes. If there are availability concerns from persisting too many sessions in memory, the value of this property can be lowered to 5. Avoid setting this property greater than 30, as large timeout values increase the number of sessions persisted by the instance, and may cause minor availability concerns.

    More information

    Attribute Description
    Configuration name glide.guest.session_timeout
    Configuration type System Properties (/sys_properties_list.do)
    Data type Integer (in minutes)
    Recommended value 30
    Default value 30
    Fallback value 0
    Category Business Logic
    Security risk
    • Severity score:4.3
    • CVSS score: Medium
    • Security risk details: Avoid setting this property greater than 30. Large timeout values increase the number of sessions persisted by the instance, and may cause minor availability concerns.
    Functional Impact Small timeout values can result in an undesirable user experience as sessions expire too rapidly. If there are availability concerns from persisting too many sessions in memory, the value of this property can be lowered to 5.
    Dependencies and prerequisites None