Re: Know the session was closed

2007-04-09 Thread astepanenko
Thank you, James! That tiny method would be really handy. I'll look at how to submit a patch and will try to provide one. Andrew. James.Strachan wrote: > > On 4/9/07, astepanenko <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> is there a way to know that Session was closed, something like isClo

Re: Know the session was closed

2007-04-09 Thread James Strachan
On 4/9/07, astepanenko <[EMAIL PROTECTED]> wrote: Hello, is there a way to know that Session was closed, something like isClosed() method? I cannot find one. So, currently the only way to know the session was closed (either intentionally or due to a network problem) is to get an Exception tryin