Minimize Concurrent Interactive Sessions with Limit Concurrent Sessions Plugin

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Manage the number of interactive sessions on your instance.

    The glide.authenticate.limit.concurrent.interactive.sessions system property controls the number of active sessions that can be open for a user when the Limit Concurrent Sessions (com.glide.limit.concurrent.sessions) plugin is enabled. It is recommended that this value be the default of 1 to reduce the number of sessions that can be left open for a user.

    Ensure that the property glide.authenticate.limit.concurrent.interactive.sessions is set to 1 when the Limit Concurrent Sessions (com.glide.limit.concurrent.sessions) plugin is active.

    More information

    Attribute Description
    Configuration name glide.authenticate.limit.concurrent.interactive.sessions
    Configuration type System Properties (/sys_properties_list.do)
    Data type Integer
    Recommended value 1
    Default value <none>
    Fallback value 1
    Category Session management
    Security risk
    • Severity score: 3.7
    • CVSS score: Low
    • Security risk details: A greater number of open sessions means there are more sessions that can potentially be hijacked.
    Dependencies and prerequisites None
    References Minimize Concurrent Interactive Sessions with Limit Concurrent Sessions Plugin