How to do it...

To change the 'remember me' cookie duration, perform the following steps:

  1. Open the seraph-config.xml file from the JIRA_INSTALL/atlassian-jira/WEB-INF/classes directory in a text editor.
  1. Locate the autologin.cookie.age line, and change the value of param-value to the desired number in seconds:
<init-param>
    <param-name>autologin.cookie.age</param-name>
    <param-value>1209600</param-value>
</init-param>
  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
3.15.5.125