Re: Session timeout during method execution

2007-01-30 Thread Muneendra
AGE----- > Hash: SHA1 > > Muneendra, > > Muneendra wrote: >> Lets says, my Web Application session timeout period is 5 minutes. >> I made a Http request to server and corresponding Servlet requires more >> than >> 5 minutes lets say 10 minutes to complete the busines

Re: Session timeout during method execution

2007-01-30 Thread Muneendra
our web.xml? > > > > > 10 > > > > > > > Muneendra wrote: >> >> Hi, >> I have a little complicated issue with HttpSession timeout process. It >> goes like this. >> >> Lets says, my Web Appl

Session timeout during method execution

2007-01-25 Thread Muneendra
Hi, I have a little complicated issue with HttpSession timeout process. It goes like this. Lets says, my Web Application session timeout period is 5 minutes. I made a Http request to server and corresponding Servlet requires more than 5 minutes lets say 10 minutes to complete the business logic.