From c1bf04c66f5010279129ac0ad3434ad19faaffe3 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 in reference docs See gh-16894 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index af8ccb7df3b..238e18e66dc 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -2382,7 +2382,7 @@ Common server settings include: * Network settings: listen port for incoming HTTP requests (`server.port`), interface address to bind to `server.address`, etc. -* Session settings: whether the session is persistent (`server.session.persistence`), +* Session settings: whether the session is persistent (`server.session.persistent`), session timeout (`server.session.timeout`), location of session data (`server.session.store-dir`) and session-cookie configuration (`server.session.cookie.*`). * Error management: location of the error page (`server.error.path`), etc.