andrijapanicsb opened a new issue #4136:
URL: https://github.com/apache/cloudstack/issues/4136


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI (old UI, not Primate)
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master 
branch.
   -->
   
   ~~~
   4.14+ (probably present on all older versions as well)
   ~~~
   
   To consistently reproduce this, this is what I did:
   - Login into UI, then open devtools->Application-> cookies
   - Delete the sessionkey and JSESSIONID cookies (to simulate session expiry, 
in browser but not on mgmt server)
   - Refresh UI and try to log in, you won't be able to login
   - You've to wait until the previous session expires, or clear cache
   
   
   The solution is for legacy UI to call the logout API when 401/unauthorised 
happens (logout will expire session on backend mgmt server) and clear cookies.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to