Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Minimize Concurrent Interactive Sessions with Limit Concurrent Sessions Plugin

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

AttributeDescription
Configuration nameglide.authenticate.limit.concurrent.interactive.sessions
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeInteger
Recommended value1
Default value<none>
Fallback value1
CategorySession 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 prerequisitesNone
ReferencesMinimize Concurrent Interactive Sessions with Limit Concurrent Sessions Plugin

Parent Topic:Session management