Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change JIRA cookie name to JIRASESSIONID instead JSESSIONID

Sergey November 7, 2018

Change JIRA cookie name to JIRASESSIONID instead JSESSIONID

2 answers

1 accepted

0 votes
Answer accepted
KellyW
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 7, 2018

Hi Sergey,

 

You can change the cookie name to JIRASESSIONID by updating the 'sessionCookieName' <JIRA_INSTALL>\conf\context.xml. Example:

<Context sessionCookieName="JIRASESSIONID">

<!-- Default set of monitored resources. If one of these changes, the -->
<!-- web application will be reloaded. -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->
</Context>

 Save the changes and restart JIRA.

 

Regards,
Kelly

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 7, 2018

Hello,

Kindly have a look at this ticket

https://jira.atlassian.com/browse/JRASERVER-62400

You can find a solution there.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events