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 1823f38 + b7884b5 commit 0c44584Copy full SHA for 0c44584
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -3032,7 +3032,7 @@ Common server settings include:
3032
3033
* Network settings: Listen port for incoming HTTP requests (`server.port`), interface
3034
address to bind to `server.address`, and so on.
3035
-* Session settings: Whether the session is persistent (`server.servlet.session.persistence`),
+* Session settings: Whether the session is persistent (`server.servlet.session.persistent`),
3036
session timeout (`server.servlet.session.timeout`), location of session data
3037
(`server.servlet.session.store-dir`), and session-cookie configuration
3038
(`server.servlet.session.cookie.*`).
0 commit comments