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

Limit concurrent sessions across all nodes

Use the glide.authenticate.limit.concurrent.sessions.across.all.nodes property with the Limit Concurrent Sessions plugin to manage the number of sessions tracked across all nodes.

The glide.authenticate.limit.concurrent.sessions.across.all.nodes system property is meant to be used with the Limit Concurrent Sessions plugin (com.glide.limit.concurrent.sessions) plugin. When this plugin is installed and configured, the number of open sessions can be limited per user. When this property is set, the number of sessions will be tracked across all nodes instead of a single application nodes.

Ensure that the glide.authenticate.limit.concurrent.sessions.across.all.nodes sysem property is set to true when the Limit Concurrent Sessions plugin (com.glide.limit.concurrent.sessions) plugin is active.

More information

AttributeDescription
Configuration nameglide.authenticate.limit.concurrent.sessions.across.all.nodes
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategorySession management
Security risk- Severity score: 3.7 - CVSS score: Low - Security risk details: If this property is not set to true, multiple sessions can be open across multiple nodes, increasing the likelihood of a successful session hijacking.
Dependencies and prerequisitesNone
ReferencesLimit concurrent sessions

Parent Topic:Session management