You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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.
The text was updated successfully, but these errors were encountered: