Advanced configuration
User session timeout configuration
Default session timeout is set to 35 minutes (See User session). This timeout can be configured in WEB-INF/web.xml
by changing the value of the session-timeout (time is in minute):
For developers, the timeout is defined as a build property and can be customized in filters. See web/src/main/filters/dev.properties#L20