Commit c1bf04c6 authored by Kirill Gavrilov's avatar Kirill Gavrilov Committed by Andy Wilkinson

Fix persistent session property name in reference docs

See gh-16894
parent bf271e41
...@@ -2382,7 +2382,7 @@ Common server settings include: ...@@ -2382,7 +2382,7 @@ Common server settings include:
* Network settings: listen port for incoming HTTP requests (`server.port`), interface * Network settings: listen port for incoming HTTP requests (`server.port`), interface
address to bind to `server.address`, etc. 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 session timeout (`server.session.timeout`), location of session data
(`server.session.store-dir`) and session-cookie configuration (`server.session.cookie.*`). (`server.session.store-dir`) and session-cookie configuration (`server.session.cookie.*`).
* Error management: location of the error page (`server.error.path`), etc. * Error management: location of the error page (`server.error.path`), etc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment