Skip to content

Commit 0c44584

Browse files
committed
Merge branch '1.5.x' into 2.0.x
2 parents 1823f38 + b7884b5 commit 0c44584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@ Common server settings include:
30323032

30333033
* Network settings: Listen port for incoming HTTP requests (`server.port`), interface
30343034
address to bind to `server.address`, and so on.
3035-
* Session settings: Whether the session is persistent (`server.servlet.session.persistence`),
3035+
* Session settings: Whether the session is persistent (`server.servlet.session.persistent`),
30363036
session timeout (`server.servlet.session.timeout`), location of session data
30373037
(`server.servlet.session.store-dir`), and session-cookie configuration
30383038
(`server.servlet.session.cookie.*`).

0 commit comments

Comments
 (0)