Hi all,
We are using Jira software server v8.1.0. We are facing an issue that a particular user is frequently getting logged out for every 10/20sec even when user is creating ticket/working on jira resulting in error as "XSRF security Token Missing" leading to loss of data or session timeout error.
We tried clearing cookies/caches and tried in another browser but nothing helps.
Could you please help/provide solution for this error
You will check this also in web.xml
<session-config>
<session-timeout>30</session-timeout>
</session-config>
<session-config>
<session-timeout>300</session-timeout>
</session-config>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi PVS,
If there is misconfiguration in Tomcat, it should affect all users right? There are 900+users using Jira but only 2 users are facing the issue.
Do I still need to change the session setting in Tomcat? We are not using Stash. However Jira and Confluence is integrated and is in same server.
Could you please help in what specifically need to change to address this issue?
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.