[xwiki-users] XWiki login timeout
Hi all, I am usually out of session when editing XWiki page, after about 2 minutes. I have checked tomcat6's web.xml file: ... </servlet-mapping> <session-config> <session-timeout>30</session-timeout> </session-config> ... as http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+change+the+Session+timeout. I also see file web.xml in xwiki/WEB-INF folder. I tried to add above config to this file but no luck. Would you please tell me how to fix this? Regards, -- Viet Hoang
Hi You should look if your IP (as received by the server) is changing and if your server has the ip restriction setting set in xwiki.cfg Ludovic Envoyé de mon iPhone Le 7 déc. 2012 à 05:28, Hoang Tuan Viet <[email protected]> a écrit :
Hi all,
I am usually out of session when editing XWiki page, after about 2 minutes.
I have checked tomcat6's web.xml file: ... </servlet-mapping>
<session-config> <session-timeout>30</session-timeout> </session-config> ...
as http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+change+the+Session+timeout.
I also see file web.xml in xwiki/WEB-INF folder. I tried to add above config to this file but no luck.
Would you please tell me how to fix this?
Regards,
-- Viet Hoang
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, In fact, my WAN IP is usually changed. I searched in xwiki.cfg but cannot find any section about ip restriction. Then I found this: http://jira.xwiki.org/browse/XWIKI-2256 I put "xwiki.authentication.useip=0" in xwiki.cfg and restart tomcat, then the problem went away. Thank you very much, Viet On 12/07/2012 02:21 PM, Ludovic Dubost wrote:
Hi
You should look if your IP (as received by the server) is changing and if your server has the ip restriction setting set in xwiki.cfg
Ludovic
Envoyé de mon iPhone
Le 7 déc. 2012 à 05:28, Hoang Tuan Viet <[email protected]> a écrit :
Hi all,
I am usually out of session when editing XWiki page, after about 2 minutes.
I have checked tomcat6's web.xml file: ... </servlet-mapping>
<session-config> <session-timeout>30</session-timeout> </session-config> ...
as http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+change+the+Session+timeout.
I also see file web.xml in xwiki/WEB-INF folder. I tried to add above config to this file but no luck.
Would you please tell me how to fix this?
Regards,
-- Viet Hoang
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Hoang Tuan Viet -
Ludovic Dubost