Github user rsafonseca commented on the pull request:

    https://github.com/apache/cloudstack/pull/308#issuecomment-106937060
  
    Hi @bhaisaab 
    I don't think that is an issue :)
    Whatever your login method, the cookie will always be set on the first 
successful command and subsequent ones.
    On normal login, the js doesn't really store it in a variable, it tries to 
read the httponly cookie and fails , and all subsequent API commands have the 
param sessionkey="null".. that's why i'm checking if command.equals("null") to 
get the cookie :)
    If you have tested and have issues, might also be the case that the saml 
codes tries to set the cookie, overwriting the existing httponly cookie with a 
plain one, thus breaking auth.


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

Reply via email to