Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem with sessiondestroyed() of httpsessionlistener

843835Aug 8 2002 — edited Aug 11 2002
hi
i want to save the whole session to a database, when the user loggs out or the session gets invalidated, so i wrote a listener which implements httpsessionlistener and which sessiondestroyed(httpsessionlistener e) tries to access the session's attributes, but i get a error by doing so: java.lang.IllegalStateException: getAttribute: Session already invalidated.
is this a problem of tomcat? i am using jboss3 with tomcat4.0.3
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2002
Added on Aug 8 2002
1 comment
215 views