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.xmlThe element you want to edit in theweb.xmlfile 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.xmlfile you will need to restart Confluence for your change to take effect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.