RE: session dying

2007-06-25 Thread Jacek Munch
-Original Message- From: syg6 [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 1:54 PM To: users@tomcat.apache.org Subject: RE: session dying Change your web.xml, both in tomcat/conf and myApp/WEB-INF to 120. Get rid of session.setMaxInactiveInterval(120). The setMaxInactiveInterval

RE: session dying

2007-06-25 Thread syg6
gt; Sent: Monday, June 25, 2007 1:18 PM > To: users@tomcat.apache.org > Subject: Re: session dying > > > > Not sure what you're trying to do with 480 and 600 but the session-timeout > is > specified in minutes. If you want your app to timeout after 30 minutes, > put

RE: session dying

2007-06-25 Thread Jacek Munch
Hello, I want my app to last at least 120 minutes. It dies after 30 minutes ... WHY ? Cheers Jacek -Original Message- From: syg6 [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 1:18 PM To: users@tomcat.apache.org Subject: Re: session dying Not sure what you're trying

Re: session dying

2007-06-25 Thread syg6
Not sure what you're trying to do with 480 and 600 but the session-timeout is specified in minutes. If you want your app to timeout after 30 minutes, put 30 Bob Jacek Munch wrote: > > Hello, > > I looked around this list, and noticed that nobody has the similar > problem. > Seems I