DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26341>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26341

It's possible to call getAttribute() while session is invalidated without IAE





------- Additional Comments From [EMAIL PROTECTED]  2004-01-23 21:05 -------
Just a comment:

I have a hard need to be able to getAttribute() from within an
HttpSessionListener's sessionDestroyed() method.  I believe I should be able to
access any/all attributes for the duration of this call, i.e. that attribute
removal and/or invalid-state settings should be after sessionDestroyed() calls.

[The reason I need the attributes is that HttpSessionListener knows/receives
*nothing* apart from the HttpSession.  Oddly enough my listener needs to know
*something* else.]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to