Re: Session Timeouts

2002-03-28 Thread Gopalakrishnan Satish
              Subject:        Re: Session Timeouts The second questions - Original Message - From: "Chen, Gin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 4:49 PM Subject: Session Timeouts > Hi all, >         I have an applicati

Re: Session Timeouts

2002-03-28 Thread andrea
The second questions - Original Message - From: "Chen, Gin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 4:49 PM Subject: Session Timeouts > Hi all, > I have an application that I set the session timeout for. Well, true

Re: Session Timeouts

2002-03-28 Thread Chen, Gin
t: Re: Session Timeouts "Chen, Gin" <[EMAIL PROTECTED]> writes: > Hi all, > I have an application that I set the session timeout for. Well, true > to form, after the timeout period passes, any requests to objects within the > old session will result in nullpo

Re: Session Timeouts

2002-03-28 Thread Nic Ferrier
"Chen, Gin" <[EMAIL PROTECTED]> writes: > Hi all, > I have an application that I set the session timeout for. Well, true > to form, after the timeout period passes, any requests to objects within the > old session will result in nullpointerexceptions as that object no longer > exists. So

Session Timeouts

2002-03-28 Thread Chen, Gin
Hi all, I have an application that I set the session timeout for. Well, true to form, after the timeout period passes, any requests to objects within the old session will result in nullpointerexceptions as that object no longer exists. So now I want to handle timeouts more gracefully (give