I was looking through the code in StandardSession regarding removing an
attribute from the session. I was puzzled that the attributes were removed
and the event fired off...is there a reason for this?

What I am trying to do is to do some cleanup work on the object that was
bound to the session (doing some database stuff). Since the attributes in
the session are removed before the valueUnbound or sessionDestroyed events
are called, I can't do my clean up. Is there any way around this without
going in and changing the code?

I would like to propose additional an additional method such as a
sessionClosing() method so you can do some cleanup before it actually is
invalidated. What do people this about this?


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to