RE: session.getMaxInactiveInterval()

2002-05-22 Thread Chris Wilson
To: Tomcat Users List > Subject: Re: session.getMaxInactiveInterval() > > Chris, > > Simple question, are you sure you're using a servlet 2.3 compliant > implementation? > > Mike > > On Tue, 2002-05-21 at 11:00, Chris Wilson wrote: > > Hello, > >

Re: session.getMaxInactiveInterval()

2002-05-22 Thread Mike McGuinness
Chris, Simple question, are you sure you're using a servlet 2.3 compliant implementation? Mike On Tue, 2002-05-21 at 11:00, Chris Wilson wrote: Hello, I'm calling session.getMaxInactiveInterval() on a session after it has been invalidated. Tomcat is t

session.getMaxInactiveInterval()

2002-05-21 Thread Chris Wilson
Hello, I'm calling session.getMaxInactiveInterval() on a session after it has been invalidated. Tomcat is throwing an IllegalStateException and saying that method cannot be called on an invalid session. However, the Servlet 2.3 API docs do not state that IllegalStateException should be t