Hi All, I'm not sure if this is a problem that anyone else has noticed, but we're currently plagued with very short login timeouts; even when using the "Remember Me" option on login. We've noted the same on our 10B2 server (upgraded from 0.9.840), and our recently installed "clean" test system consistently: If you have not triggered an action in the last 30 to 50 minutes, you have to login again - this causes blank news topics when, for example, a news topic is built up during a meeting that lasts over 30 minutes. Examining the Cookies when using the "Remember Me" shows nothing unusual, all cookies are set to expire after today excluding JSESSION which is set for current session (removing JSESSION manually does not seem to require relogin). Is there any simple way to avoid this problem; or to at least increase the timeout? Platform: IE6 WinXP No additional Browser plugins. Same happens on: Firefox 2.0.0.1 WinXP Plugins: Web Developer; FireFTP; FireBug. Brandon Esbach Software Engineer M/A-Com Eurotec Operations LoughMahon Technology Park, Skehard Road, Blackrock, Cork, Ireland Tel +353 21 4808305
Esbach, Brandon schrieb:
Is there any simple way to avoid this problem; or to at least increase the timeout?
This is a configuration which usually depends on the default configuration of your webapp container you're running xwiki with. The default session timeout can be changed for xwiki (or any other webapp) by adding the following entry to the .../WEB-INF/web.xml file: <session-config> <session-timeout>30</session-timeout> </session-config> The timeout is in minutes. Guido
participants (2)
-
Esbach, Brandon -
G.Schoepp