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

Align HttpSessionStrategy with WebSessionIdResolver #906

Merged
merged 2 commits into from Oct 26, 2017

Conversation

vpavic
Copy link
Contributor

@vpavic vpavic commented Oct 25, 2017

This PR simplifies HttpSessionStrategy API by aligning it with Spring Framework's WebSessionIdResolver. As a part of this, support for managing multiple users' sessions has been removed.

This resolves #275 and #362.

@vpavic vpavic added type: enhancement A general enhancement in: core type: breaks-passivity This issue breaks passivity labels Oct 25, 2017
@vpavic vpavic added this to the 2.0.0.RC1 milestone Oct 25, 2017
This commit simplifies `HttpSessionStrategy` API by aligning it with Spring Framework's `WebSessionIdResolver`. As a part of this, support for managing multiple users' sessions has been removed.

Closes spring-projectsgh-275
Closes spring-projectsgh-362
This commit harmonizes `HttpSessionStrategy` with Spring Framework's `WebSessionIdResolver` by renaming it to `WebSessionIdResolver`.
@rwinch
Copy link
Member

rwinch commented Oct 26, 2017

Thanks @vpavic! This is merged into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core type: breaks-passivity This issue breaks passivity type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CookieHttpSessionStrategy should look at all cookies not just the first
2 participants