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 2f280b0 + 5472fcf commit c51c343Copy full SHA for c51c343
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -5954,7 +5954,7 @@ For setting the timeout of the session you can use the configprop:spring.session
5954
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
5955
5956
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable@WebSession` (Reactive).
5957
-This will cause the auto-configuratio to back off.
+This will cause the auto-configuration to back off.
5958
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
5959
5960
0 commit comments