On Wed, 2006-03-15 at 13:05 -0500, Brad Hannah wrote: > Hello All, > > I am trying to increase the session timeout. As I am sure many have > encountered the 20 minute content publishing session, only to realize > that you have been automatically logged out. Where do you change this? > > I have already set > connectionTimeout="1800000" > in my server.xml in Tomcat 5.0, but there seems to be a different flag > somewhere else? Or am I wrong?
Please try <session-config> <session-timeout>30</session-timeout> </session-config> Add it as a child of the <web-app> element in web.xml of your webapp (Lenya), the value is given in minutes. hth, Josias > > Thanks, > Brad > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]