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,
>
>
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
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