Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-32589

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

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • None
    • 6
    • 7
    • We collect Confluence 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.

      NOTE: This suggestion is for Confluence Server. Using Confluence 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 Confluence session cookie by modifying the <CONFLUENCE_INSTALL>/conf/context.xml to the following (or something similar):

      <Context sessionCookieName ="CONFSESSIONID">
      

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

      Additional workarounds can be found within Logging into Another Atlassian Application Logs Me Out of Confluence.

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

              Created:
              Updated: