That sounds like the default for tomcat. Have a look in the web-inf/web.xml file for a <session-config> node. It may look something like this: <session-config> <session-timeout>30</session-timeout> </session-config> Set that to something like 600 to make it 10 hours, etc -----Original Message----- From: Vincent Massol [mailto:[email protected]] Sent: 24 July 2007 15:18 To: [email protected]; [email protected] Subject: Re: [xwiki-users] Logon Time Out Hi pbasnews-tmp (what a name! :)), On Jul 24, 2007, at 4:06 PM, <[email protected]> wrote:
Hi How can I adjust the logon time out? Users disconnect of the xwiki after 30 mn... I want higher this time for all users.
I don't think xwiki is doing anything to disconnect user. I would suggest you look in your container's configuration. Actually we create a cookie that is unlimited in time if I recall correctly. May it be that you prevent cookies on your user machines and thus the container falls back to session id in the URL? Thanks -Vincent