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

Activate Limit Concurrent Sessions Plugin

Configure the com.glide.limit.concurrent.sessions plugin to reduce the chance of session hijacking on your instance.

The Limit Concurrent Sessions plugin (com.glide.limit.concurrent.sessions) allows an administrator to limit the number of active sessions per user/role. It is recommended this plugin be enabled and configured to reduce the likelihood of session hijacking. If this plugin is enabled and configured, there will be a limit to the number of open sessions that can be hijacked.

More information

AttributeDescription
Configuration name
  • com.glide.limit.concurrent.sessions (plugin)
  • glide.authenticate.limit.concurrent.interactive.sessions(system property)
  • glide.authenticate.max.concurrent.interactive.sessions(system property)
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data type- plugin - system property \(Boolean\) - system property \(Integer\) plugin
Recommended value
  • com.glide.limit.concurrent.sessions is enabled
  • glide.authenticate.limit.concurrent.interactive.sessions system property set to true
  • glide.authenticate.max.concurrent.interactive.sessions set to a numeric value depending on the needs of your organization.
Default valueNone
CategorySession management
Security risk- Severity score: 3.7 - CVSS score: Low - Security risk details: Higher numbers of active concurrent sessions creates security risk by increasing the attack surface for account compromise, making it harder to detect unauthorized access and enforce session accountability across devices and locations.
Dependencies and prerequisitesNone

Parent Topic:Session management