posted 16 years ago
Hello,
I have a question regarding a Listener class that implements both HttpSessionListener and HttpSessionAttributeListener interfaces.
HttpSessionListener - listens to sessionCreated and sessionDestroyed events.
HttpSessionAttributeListener - listens when attributes are added, removed or replaced in the session.
When a session is destroyed, I thought attributes are removed from it. So, does sessionDestroyed event internally kick off attributeRemoved event ?
Thanks,
Mallika.