Skip to content

Add support for configuring Redis session cleanup cron #910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

vpavic
Copy link
Contributor

@vpavic vpavic commented Oct 27, 2017

While we currently do have some configuration support for customizing expired session cleanup cron, this binds directly to specific property and is not exposed using standard configuration facilities (RedisHttpSessionConfiguration/@EnableRedisHttpSession). This makes it difficult to expose as application property in Spring Boot.

Since current support is property based, it includes registration of PropertySourcesPlaceholderConfigurer bean in RedisHttpSessionConfiguration which causes conflicts for some users (see #867).

This change is analogous to the one made to JDBC configuration in #907.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: redis type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants