[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-11-20 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-731029952 Looks like #4465 is fixed, closing. This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-11-11 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-725426664 @Pearl1594 can you discuss with Bobby and look into why cookies are not getting cleared/removed? In latest old UI code, we call logout that would destroy all old cookies, before we

[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-11-11 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-725426300 @borisstoyanov is that login issue in Primate or old UI? Did it work in incognito mode vs your usual browser? This

[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-06-18 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-645858492 @davidjumani are you blocked, is there no solution to this otherwise? (perhaps a backend fix?) This is an automated

[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-06-15 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-644041371 @davidjumani can you experiment by removing all cookies and then call logout API? This is an automated message from

[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-06-09 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-641710337 The issue happens because from code we're unable to clear HttpOnly cookie[1], this cookie can only be cleared by CloudStack (i.e. the server, not the client) and the fix is to call

[GitHub] [cloudstack] rhtyd commented on issue #4136: UI doesn't allow login if sessionkey and JSESSIONID cookies are deleted

2020-06-09 Thread GitBox
rhtyd commented on issue #4136: URL: https://github.com/apache/cloudstack/issues/4136#issuecomment-641710430 @davidjumani please pick this up. Thanks. This is an automated message from the Apache Git Service. To respond to th