Commit 0c44584b authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x' into 2.0.x

parents 1823f382 b7884b50
...@@ -3032,7 +3032,7 @@ Common server settings include: ...@@ -3032,7 +3032,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`, and so on. 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 session timeout (`server.servlet.session.timeout`), location of session data
(`server.servlet.session.store-dir`), and session-cookie configuration (`server.servlet.session.store-dir`), and session-cookie configuration
(`server.servlet.session.cookie.*`). (`server.servlet.session.cookie.*`).
......
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