Skip to content

easier configuration of session timeout #110

Closed
@NoUsername

Description

@NoUsername

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    for: stack-overflowA question that's better suited to stackoverflow.com

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions