How to stop Bamboo from timing out

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Bamboo session times out and requires re-authentication, even after checking the "Remember my login on this computer" checkbox, and within a short time period.

ソリューション

  1. Stop Bamboo
  2. Open the "web.xml" file from under <bamboo-installation-directory>/atlassian-bamboo/WEB-INF
  3. Change the timeout value from 30 to 60 and save the changes:

    {code}
    <session-config>
    <session-timeout>60</session-timeout>
    </session-config>
    {code}
  4. Start Bamboo again

Note: If  this problem only happens when using a specific browser or if only happens to certain users, please open a support ticket at https://support.atlassian.com/ja and attach your Bamboo logs from under <bamboo-home>/logs. Also, please provide information about the tools you are using for user management and the specific browser (type and release) for which you are experiencing this issue.

最終更新日 2016 年 9 月 23 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.