Skip to content

A reactive web application using Spring Session uses server.servlet.session.timeout to configure its session timeout #23752

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

Closed
wilkinsona opened this issue Oct 19, 2020 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link
Member

When spring.session.timeout isn't configured, the Spring Session auto-configuration falls back to server.servlet.session.timeout irrespective of the web application's type. It doesn't feel right that we use a servlet-specific session timeout property as a fallback for Spring Session's session timeout in a reactive web application.

@wilkinsona wilkinsona changed the title A reactive web application using Spring Session uses server.servlet.session.timeout to configure its session time A reactive web application using Spring Session uses server.servlet.session.timeout to configure its session timeout Oct 19, 2020
@wilkinsona wilkinsona added for: team-attention An issue we'd like other members of the team to review type: bug A general bug labels Oct 19, 2020
@philwebb philwebb added this to the 2.4.x milestone Oct 19, 2020
@philwebb philwebb removed the for: team-attention An issue we'd like other members of the team to review label Oct 19, 2020
@snicoll snicoll self-assigned this Oct 26, 2020
@snicoll snicoll modified the milestones: 2.4.x, 2.4.0-RC1 Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

3 participants