How to change Bamboo user session timeout
目的
The default user session timeout in Bamboo is 30 minutes. This means every user will be logged out after 30 minutes of inactivity and will be prompted to log in again.
The purpose of this article is to show how to change the user session timeout.
ソリューション
- Stop Bamboo server.
- Go to the $BAMBOO_INSTALL/atlassian-bamboo/WEB-INF directory.
Open up the
web.xml
file and locate the following piece of code:<session-config> <session-timeout>30</session-timeout> </session-config>
The session-timeout value is in minutes.
- Adjust the session timeout according to your needs and save the file.
- Start Bamboo server.
In Bamboo versions before 6.8.0, due to a bug a session would never time out if a user left their browser open while displaying a page in Bamboo.
最終更新日 2022 年 11 月 2 日
Powered by Confluence and Scroll Viewport.