problem with sessiondestroyed() of httpsessionlistener
843835Aug 8 2002 — edited Aug 11 2002hi
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