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
Tomcat 5.5.17 > Tomcat 5.5.23 > Tomcat 6.0.13 > > OS > Win XP Pro 32bit > Win 2003 server 64bit > > JRE > 1.6.01 > > Please point me what I am doing wrong > Yours > Jacek M > > > -- View this

session dying

2007-06-25 Thread Jacek Munch
Hello, I looked around this list, and noticed that nobody has the similar problem. Seems I'm setting something wrong. What ? I have a JSP application. I start it with my browser and make it inactive for more than 30 minutes. My session dies, so the user has to login back again. In conf \ web.xlm