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.
1 parent bf271e4 commit c1bf04cCopy full SHA for c1bf04c
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -2382,7 +2382,7 @@ Common server settings include:
2382
2383
* Network settings: listen port for incoming HTTP requests (`server.port`), interface
2384
address to bind to `server.address`, etc.
2385
-* Session settings: whether the session is persistent (`server.session.persistence`),
+* Session settings: whether the session is persistent (`server.session.persistent`),
2386
session timeout (`server.session.timeout`), location of session data
2387
(`server.session.store-dir`) and session-cookie configuration (`server.session.cookie.*`).
2388
* Error management: location of the error page (`server.error.path`), etc.
0 commit comments