Use the glide.ui.rotate_sessions property to enable rotation of
the HTTP session identifiers to reduce security vulnerabilities.
If an unauthenticated user's session ID doesn't change after authentication, a web
application is vulnerable to a session fixation attack. A malicious user could
start an unauthenticated session and give the associated session ID to the victim. Once the
victim authenticates, the malicious user now shares that authenticated session.