Description
There is no clue what is the session timeout in Knox.
When a user authenticates to Knox, a session is created in Knox and a JSESSIONID cookie is returned to the client.
But, there is no clue how long this session is valid.
We should allow customers to set different session timeouts.
At the minimum, we should add
<session-config>
<!-- web.xml expects the session timeout in minutes: -->
<session-timeout>30</session-timeout>
</session-config>
in the web.xml created by deployment.