From ad2c0f9cf33a6f3fae6f7a4c9802902d45595b7f Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Fri, 17 May 2019 17:46:47 +0300 Subject: [PATCH] Fix persistent session property name --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 15550b8e3c59..858ccf5cf93a 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3330,7 +3330,7 @@ Common server settings include: * Network settings: Listen port for incoming HTTP requests (`server.port`), interface address to bind to `server.address`, and so on. -* Session settings: Whether the session is persistent (`server.servlet.session.persistence`), +* Session settings: Whether the session is persistent (`server.servlet.session.persistent`), session timeout (`server.servlet.session.timeout`), location of session data (`server.servlet.session.store-dir`), and session-cookie configuration (`server.servlet.session.cookie.*`).