From 75079b3bb88e12e9850f521d8afce576e2bffb38 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Nov 2017 11:29:27 +0100 Subject: [PATCH] Polish "Align Session auto-config with Redis namespace config support" Closes gh-11084 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index ec26c90fde..c196d8024c 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -431,7 +431,7 @@ content into your application; rather pick only the properties that you need. # SPRING SESSION REDIS ({sc-spring-boot-autoconfigure}/session/RedisSessionProperties.{sc-ext}[RedisSessionProperties]) spring.session.redis.cleanup-cron=0 * * * * * # Cron expression for expired session cleanup job. spring.session.redis.flush-mode=on-save # Sessions flush mode. - spring.session.redis.namespace= # Namespace for keys used to store sessions. + spring.session.redis.namespace=spring:session # Namespace for keys used to store sessions. # SPRING SOCIAL ({sc-spring-boot-autoconfigure}/social/SocialWebAutoConfiguration.{sc-ext}[SocialWebAutoConfiguration]) spring.social.auto-connection-views=false # Enable the connection status view for supported providers.