How Do I Increase The Session Timeout Period
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.
- Shutdown Fisheye.
- Navigate to
<FishEye home directory>/content/WEB-INF
and backupweb.xml
Open the
web.xml
and modify the session config portion to addsession-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>
Start Fisheye.
最終更新日 2020 年 4 月 29 日
Powered by Confluence and Scroll Viewport.