Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.1
-
None
Description
Currently there seems to be no way to tweak the defaults for the tomcat session. Like the default session timeout, and secure. One has to configure this in web.xml or web-fragment.xml:
<session-config>
<session-timeout>20</session-timeout>
<cookie-config>
<secure>true</secure>
</cookie-config>
</session-config>
But this makes it impossible to tweak those values in production.