How can i increase the confluence portal idle session time out,
My confluence version is 5.5.2
I believe you are looking for this guide: How to Adjust the Session Timeout for Confluence
To change the default user session timeout (which is 60 minutes) you must edit the file
web.xml
. For sites using the default Confluence installation, the file is located in<YOUR CONFLUENCE INSTALLATION DIRECTORY>/confluence/WEB-INF/web.xml
The element you want to edit in theweb.xml
file is:<session-config> <session-timeout>60</session-timeout> </session-config>The value within the session-timeout tag defines the length of time a user's session will exist, in minutes.
After editing the
web.xml
file you will need to restart Confluence for your change to take effect.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.