How to do it...

To change the session timeout settings in Jira, perform the following steps:

  1. Open the web.xml file from the JIRA_INSTALL/atlassian-jira/WEB-INF directory in a text editor.
  2. Locate the <session-config> line, and change the value of session-timeout to the desired number in minutes:
<session-config>
    <session-timeout>300</session-timeout>
</session-config>
  1. Restart Jira for the changes to apply.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset