|
The element you want to edit in the web.xml file is:
<web-app ...>
...
<session-config>
<session-timeout>30</session-timeout>
</session-config>
...
</web-app> |
The value within the session-timeout tag defines the amount of time the session will exist, in minutes.
Note that after editing the web.xml file you will need to restart JIRA for your change to take effect.