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
Configuration of session timeout for reactive Spring Session repositories (Redis, MongoDB) uses server.servlet.session.timeout which is advertised as Servlet-specific configuration property.
SessionProperties populates timeout property from org.springframework.boot.web.servlet.server.Session via ServerProperties, which is OK for Servlet apps but very confusing and not obvious for WebFlux apps.