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 6791dbb + 34e0db2 commit cca005fCopy full SHA for cca005f
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
@@ -3325,7 +3325,7 @@ Common server settings include:
3325
3326
* Network settings: Listen port for incoming HTTP requests (`server.port`), interface
3327
address to bind to `server.address`, and so on.
3328
-* Session settings: Whether the session is persistent (`server.servlet.session.persistence`),
+* Session settings: Whether the session is persistent (`server.servlet.session.persistent`),
3329
session timeout (`server.servlet.session.timeout`), location of session data
3330
(`server.servlet.session.store-dir`), and session-cookie configuration
3331
(`server.servlet.session.cookie.*`).
0 commit comments