We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a058b + c51c343 commit 7c20947Copy full SHA for 7c20947
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
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
6250
6251
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable@WebSession` (Reactive).
6252
-This will cause the auto-configuratio to back off.
+This will cause the auto-configuration to back off.
6253
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
6254
6255
0 commit comments