JIRA V7.0.1
My default time was 30 mins in web.xml in test instance and Production instance
Test Instance > logs out in 5 mins
Production Instance never logs out the session
I changed the defaul to 15m in both the instances and it still didnt change anything in front end.
what can be wrong ?
Hi Amit!
First, let's make sure your modifying the property in the right spot. JIRA stores its regular timeout value (what you get if you don't check the "Remember my login on this computer" box during login) at <install-path>/atlassian-jira/WEB-INF/web.xml in the session-timeout property. By default, this line reads:
<session-timeout>30</session-timeout>
and the value is measured in minutes.
If you make any changes to this value, you need to restart JIRA for the changes to take effect. When JIRA comes back up, remember that the value you've changed only takes effect when you do not check the "Remember my login on this computer" box. That checkbox doesn't use the timeout value in web.xml. Hope that helps!
Hi Daniel,
Thanks for answering my question. However I restarted Jira after making timout change and also made sure "Remember me" checkbox was not checked while testing. I just forgot to mention that in my question details earlier.
Could you suggest me what else can be wrong?I would really appreciate.
Thanks
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.