You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/17 00:20:29 UTC

[GitHub] [cloudstack] kohrar commented on issue #6127: SSO fails with error "Expired session, missing signature, or missing apiKey"

kohrar commented on issue #6127:
URL: https://github.com/apache/cloudstack/issues/6127#issuecomment-1069769438


   I looked at the authentication and session data a bit more and I think the issue might be related to the sessionkey being set multiple times in the cookies. 
   
   On the first try which succeeds, the cookie that's set has only one session key.
   ![image](https://user-images.githubusercontent.com/4450716/158712375-f31c85b5-a87e-4ea5-aa6d-7b49f765f2c2.png)
   
   On the second try, after logging out, the cookie that's sett has two session keys with the original key at the beginning.
   ![image](https://user-images.githubusercontent.com/4450716/158712238-431446ec-25d1-4f35-8221-d274d7be961a.png)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org