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. Thxs _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
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
On Jul 24, 2007, at 4:18 PM, Vincent Massol wrote:
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?
... and then you're subject to container session timeout which are of 30mn by default usually. -Vincent
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
On Jul 24, 2007, at 4:33 PM, Esbach, Brandon wrote:
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
Still, I think our cookies don't have an expiry date so if cookies are enabled shouldn't the session be on with no expiry? (that's what I get on my machine). -Vincent
-----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
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
--- Vincent Massol <[email protected]> a écrit :
On Jul 24, 2007, at 4:33 PM, Esbach, Brandon wrote:
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
Your solution work perfectly. This problem come from TomCat configuration. Thxs a lot. TomCat5.5 on Debian Linux Pascal ......
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.
_____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Maybe you can add <session-config> <session-timeout>10</session-timeout> </session-config> in the web.xml. The session timeout is here to 10 minutes but you can put what you want. Hope that helps. Virginie Vincent Massol wrote:
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
__________ Information NOD32 2416 (20070724) __________
Ce message a ete verifie par NOD32 Antivirus System. http://www.nod32.com ------------------------------------------------------------------------
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
__________ Information NOD32 2416 (20070724) __________
Ce message a ete verifie par NOD32 Antivirus System. http://www.nod32.com
participants (4)
-
Esbach, Brandon -
pbasnews-tmp@yahoo.fr -
Vincent Massol -
Virginie Lemoine