>>> "Craig R. McClanahan" <[EMAIL PROTECTED]> 11-Jan-01
11:52:41 PM

>The problem is that Gokul is expecting the contents
>of the session instance he stashed to be relevant after
>the session has been invalidated.  At *best* he should
>expect to get IllegalStateException errors when he
>references it after invalidation -- at worst he gets
>undefined behavior because he is outside the
>boundary of what the spec guarantees.

Ah! I see.

Thanks for clearing that up Craig (you had me worried for a minute).

The reason my code works then is because I do exactly what you're
saying: gettig rid of the session fro  my duplicate table when the
session is invalidated.


Nic

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to