glide.ui.rotate_sessions
ServiceNow property description:
Rotate HTTP session identifiers to reduce security vulnerabilities. see: http://www.owasp.org/index.php/Session_Management#Rotate_Session_Identifiers
Attributes
- Sys ID: 84b035ea0a0a0be7447f5ba3388b2b40
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.rotate_sessions` is used to enhance security by rotating HTTP session identifiers. This practice helps mitigate security vulnerabilities associated with session hijacking and fixation. When enabled, the system generates a new session identifier upon user authentication, reducing the risk of an attacker exploiting a known session ID. This property aligns with best practices recommended by the OWASP (Open Web Application Security Project) for session management. For more detailed information, you can refer to the ServiceNow documentation on rotating HTTP session identifiers and the OWASP guidelines on session management.
Source