ahgittin commented on issue #1033: Share sessions among all bundles so we can share auth URL: https://github.com/apache/brooklyn-server/pull/1033#issuecomment-458366764 This seems to be working well, except for one thing. The original session handler is still in the handler stack, and when it detects the session we set (or when something detects it), that session handler is caching the session even though it didn't create it. Calls to `session.invalidate()` then freeze because it cycles through all the handlers and expects the sessions all to be distinct. This appears to be a real problem if you visit multiple webapps in the UI and then logout. I am working on fixing it in #1032 . (The volatile fix will go in there also FWIW, not here.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
