Changing the default session timeout

JIRA Documentation

Index

To change the default session timeout (which is 60 minutes) you must edit the file web.xml. This file can be found in <YOUR DEPLOYMENT>/WEB-INF/web.xml.  If you are deploying JIRA as a closed .war file you will need to unzip the .war, edit the file, and re-create the .war with exactly the same structure as it originally had.

The element you want to edit in the web.xml file is:

<source>
    <session-config>
        <session-timeout>60</session-timeout>
    </session-config>
</source>

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.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
  1. Aug 21

    Paul Csapo says:

    Hi, is there a way to change the settings so that some checks in JIRA Integrity ...

    Hi, is there a way to change the settings so that some checks in JIRA Integrity Checker do not time out?

    Currently a few of them are timing out.

    thanks
    Paul