Skip to content

Commit cca005f

Browse files
committed
Merge branch '2.1.x'
Closes gh-17383
2 parents 6791dbb + 34e0db2 commit cca005f

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
@@ -3325,7 +3325,7 @@ Common server settings include:
33253325

33263326
* Network settings: Listen port for incoming HTTP requests (`server.port`), interface
33273327
address to bind to `server.address`, and so on.
3328-
* Session settings: Whether the session is persistent (`server.servlet.session.persistence`),
3328+
* Session settings: Whether the session is persistent (`server.servlet.session.persistent`),
33293329
session timeout (`server.servlet.session.timeout`), location of session data
33303330
(`server.servlet.session.store-dir`), and session-cookie configuration
33313331
(`server.servlet.session.cookie.*`).

0 commit comments

Comments
 (0)