I've updated web.xml with a session-timeout of 600 and sessions still expire after an hour

XMLWordPrintable

    • 4
    • 8
    • 2

      We are running Jira standalone (the one that includes Tomcat). We changed the web.xml to have a session-timeout of 600 instead of 60 and then we restarted Jira:

      <source>
      <session-config>
      <session-timeout>600</session-timeout>
      </session-config>
      </source>

      However, sessions are still timing out after 1 hour. Any suggestions on what else we might try?

              Assignee:
              Unassigned
              Reporter:
              Todd Huss
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: