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

Rotate HTTP session identifiers

Use the glide.ui.rotate_sessions property to enable rotation of the HTTP session identifiers to reduce security vulnerabilities.

If the glide.ui.rotate_sessions system property is not set to the recommended value of true, then identifying information on a session is kept and not rotated between applications.

Ensure that the property glide.ui.rotate_sessions is set to true.

More information

AttributeDescription
Configuration nameglide.ui.rotate_sessions
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategorySession management
Security risk- Severity score: 8.8 - CVSS rating: High - Security risk details: This increases the risk of session hijacking, as attackers could reuse session identifiers to gain unauthorized access.
Functional impactThis remediation modified the SessionID when user navigates from unauthenticated page to authenticated pages. - If you are using a proxy or hardcoding the SessionID when a user first logs in, or for any purpose, then there can be a potential functionality impact. - If you are using the SAML 2.0 plugin for Single Sign-on authentication, it might interfere with the session information sharing between the instance and the Identity Provider. In such case, you can set this property to false.
Dependencies and prerequisitesNone

Parent Topic:Session management