Issue with 'glide_user_activity' cookieDescriptionThe application is vulnerable to session fixation attacks. The session Ids are not terminated upon user log-out, or when the user closes the session. This may allow an attacker to use the recorded, unauthenticated user’s session identifier to hijack the authenticated session. Steps to reproduce the issue: Log into the application and copy the session id (Go to Developer tools, find the related cookie and you will find glide_user_activity')Log out of the application and clear the cookiesClose the browserOpen the browser and log into the applicationPaste the old session id which was captured earlier.Refresh the page and check the application still works.Release or EnvironmentLondon Patch 10CauseGlide_user_activity is storing the session information and using the same cookies after relogin.ResolutionDisable "Remember me" option in UI Properties page.2. Set the value to "glide.ui.user_activity_cookie" to false.