-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 4.0
-
Component/s: Tomcat
-
4
-
8
-
2
We are running Jira standalone (the one that includes Tomcat). We changed the web.xml to have a session-timeout of 600 instead of 60 and then we restarted Jira:
<source>
<session-config>
<session-timeout>600</session-timeout>
</session-config>
</source>
However, sessions are still timing out after 1 hour. Any suggestions on what else we might try?