Page History
...
For R10 we benefit of various spring boot Spring Boot common properties that can be specified inside application.properties or it can be given as a VM argument.
Code Block | ||||
---|---|---|---|---|
| ||||
server.session.timeout=1200 # Session timeout in seconds. |
In R11 Spring renamed this property to:
Code Block | ||||
---|---|---|---|---|
| ||||
server.servlet.session.timeout=1200 # Session timeout in seconds. |
...
Overview
Content Tools