Closed
Description
currently the session timeout can be set via the @EnableRedisHttpSession(maxInactiveIntervalInSeconds=3600)
annotation
however this value will often be externalized (as it is already with spring boot applications in the server.session-timeout
property.
it would be nice to have an easy way to configure this more dynamically. either via allowing a spring-expression in the annotation or by providing a simple setter on a bean that can be auto-injected and customized somewhere