RE: session dying

2007-06-25 Thread Jacek Munch
() method of javax.servlet.http.Interface HttpSession takes the timeout in SECONDS, not minutes. So you are setting your session timeout to 2 minutes. Anyway, it's unnecessary, get rid of it. Bob Jacek Munch wrote: > > Hello, > > I want my app to last at least 120 minutes. &

RE: session dying

2007-06-25 Thread Jacek Munch
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'm setting s

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