How Do I Increase The Session Timeout Period

Still need help?

The Atlassian Community is here for you.

Ask the community

The following steps can be performed to increase the session timeout period manually from the web.xml file.

This procedure works for Fisheye-only instances and does not apply to Crucible.


  1. Shutdown Fisheye.
  2. Navigate to <FishEye home directory>/content/WEB-INF and backup web.xml
  3. Open the web.xml and modify the session config portion to add session-timeout parameter as shown below (session-timeout is specified in minutes):

    <session-config>
    		<cookie-config>
    			<name>FESESSIONID</name>
    			<http-only>true</http-only>
    		</cookie-config>
    		<tracking-mode>COOKIE</tracking-mode>
    		<session-timeout>120</session-timeout>
    </session-config>
  4. Start Fisheye.

Last modified on Apr 29, 2020

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.