Browse Source

Merge branch '2.2.x' into 2.3.x

Closes gh-24021
pull/24095/head
Andy Wilkinson 5 years ago
parent
commit
7c209478b6
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

@ -6249,7 +6249,7 @@ For setting the timeout of the session you can use the configprop:spring.session @@ -6249,7 +6249,7 @@ For setting the timeout of the session you can use the configprop:spring.session
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable@WebSession` (Reactive).
This will cause the auto-configuratio to back off.
This will cause the auto-configuration to back off.
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.

Loading…
Cancel
Save