Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-36960

Configure Tomcat so that it has a unique SESSION_COOKIE_NAME to prevent session overwriting for JIRA

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 10
    • 18
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      When multiple applications are configured on the same domain with separate ports, users will be constantly logged out of each application as the SESSION_COOKIE_NAME is identical.

      This is due to the Tomcat configuration. Please alter the default bundled Tomcat 7 config so that it has a unique JIRA session cookie by modifying the $JIRA_INSTALL/conf/context.xml to the following (or something similar):

      <Context sessionCookieName ="JIRASESSIONID">
      

      This will prevent users from getting into this problem in the first place.

      Additional workarounds can be found within User is Constantly Logged out of JIRA.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dcurrie@atlassian.com Dave C
              Votes:
              191 Vote for this issue
              Watchers:
              100 Start watching this issue

              Dates

                Created:
                Updated: