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
| Attribute | Description |
|---|---|
| Configuration name | glide.ui.rotate_sessions |
| 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 |
|
| Functional impact | This remediation modified the SessionID when user navigates from unauthenticated page to authenticated pages.
|
| Dependencies and prerequisites | None |