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.