Limit concurrent sessions across all nodes

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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

    Attribute Description
    Configuration name glide.authenticate.limit.concurrent.sessions.across.all.nodes
    Configuration type System Properties (/sys_properties_list.do)
    Data type Boolean
    Recommended value true
    Default value <none>
    Fallback value true
    Category Session 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 prerequisites None
    References Limit concurrent sessions