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

What happened to the HttpSessionManager? #1056

Closed
smorandi opened this issue Apr 18, 2018 · 4 comments
Closed

What happened to the HttpSessionManager? #1056

smorandi opened this issue Apr 18, 2018 · 4 comments
Assignees
Labels
for: stack-overflow A question that's better suited to stackoverflow.com

Comments

@smorandi
Copy link

I was looking at the example for using spring session for handling multiple sessions (https://docs.spring.io/spring-session/docs/2.0.0.M3/reference/html5/guides/java-users.html)

However, the HttpSessionManager class or rather the whole session management funcitonality for mutiple sessions has been removed?

Has there been any reason or is this supposed to be handled in a different way?

please forgive my question, but i am pretty new to spring session.

@vpavic vpavic self-assigned this Apr 18, 2018
@vpavic vpavic added the for: stack-overflow A question that's better suited to stackoverflow.com label Apr 18, 2018
@vpavic
Copy link
Contributor

vpavic commented Apr 18, 2018

Hi @smorandi - HttpSessionManager has been superseeded by HttpSessionIdResolver in Spring Session 2.0. That change was made in #906.

@smorandi
Copy link
Author

Thank you for your reply.

Though I am not sure if i understood correctly. When i look at #917. Does it mean that for the time being there is no possibility to do the same described in the example above? Since the above example was specifically targeted to support multiple session for a single user (aka google accounts).

So is my assumption correct, that unless #917 is being done, there is no possbility to use spring session to support multiple session per user?

@vpavic
Copy link
Contributor

vpavic commented Apr 18, 2018

That is correct, the support for multiple sessions in a single browser instance was removed as a part of this. We also have this documented in the reference manual.

Vote on #917 if you're interested in this feature.

@smorandi
Copy link
Author

OK, thanks for clarifying this, much appreciated.

@vpavic vpavic closed this as completed Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: stack-overflow A question that's better suited to stackoverflow.com
Projects
None yet
Development

No branches or pull requests

2 participants