Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/308#discussion_r31085151 --- Diff: ui/scripts/cloudStack.js --- @@ -117,22 +117,15 @@ } return cookieValue; }; - unBoxCookieValue('sessionkey'); - // if sessionkey cookie exists use this to set g_sessionKey --- End diff -- The original issue was related to security where session key was stored in cookie; the crux of the fix by Jessica was to use the cookie to set the sessionkey on window (g_sessionKey variable) and destroy it so it may not be read later.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---