Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of HttpSession in atmosphere #2365

Open
vamsikkancharla opened this issue Mar 4, 2019 · 0 comments
Open

Use of HttpSession in atmosphere #2365

vamsikkancharla opened this issue Mar 4, 2019 · 0 comments

Comments

@vamsikkancharla
Copy link

Dear Team,
We are using Atmospehere framework in our product for Async Push Notifications using Websockets/Long-polling.
In our Product, we support multiple application sessions in a single browser session using the concept of path based cookies.
i.e if we hit (From same browser different tabs) http://host:port/app/abc , http://host:port/abc/xyz we will have separate application sessions but single JSESSIONID as the JSESSIONID is container managed.
In this case both the sessions uses different Websockets and same Jsession ID. And our notifications/atmospehere broadcasters are tied with application session cookie.

We noticed that Atmosphere internals uses HttpSession, which is tied with JSESSIONID.
Could you please let us know what do we store in HttpSession and what scenarios will fail if we use shared JSESSION accross multiple application sessions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant