Skip to content

Timeout for reactive Spring Session is configured using Servlet-specific property #12906

@vpavic

Description

@vpavic

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions