Commit c51c3432 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #24020 from PascalSchumacher

* gh-24020:
  Fix typo in Spring Session documentation

Closes gh-24020
parents 2f280b01 5472fcf4
...@@ -5954,7 +5954,7 @@ For setting the timeout of the session you can use the configprop:spring.session ...@@ -5954,7 +5954,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[]. 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). 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. Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment