weizhouapache commented on issue #9848: URL: https://github.com/apache/cloudstack/issues/9848#issuecomment-2434621953
@dataCobra no problem. For users who use the default GUI, it should work. we have made some changes on the cloudstack GUI to pass jsessionid to each API, it has been tested by multiple users. If it does not work, please clean the browser cache and retry. For users who build their own dashboard, they need to modify their codebase and pass the jsessionid which can be found in the response of login API. As a workaround, they can set the global setting `api.sessionkey.check.locations` from default `CookieAndParameter` to `CookieOrParameter`. Please note, it is insecure. Users should fix their codebase asap. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
