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
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.
The text was updated successfully, but these errors were encountered:
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
When
spring.session.timeout
isn't configured, the Spring Session auto-configuration falls back toserver.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.The text was updated successfully, but these errors were encountered: