re: Session Persistence retrieving old session data

2002-12-06 Thread Paul Tomsic
Have you tried explicitly removing the search criteria attribute from the session? Look into javax.servlet.http.HttpSession.removeAttribute, or removeValue --- I am using Tomcat 4.0.3 on Solaris with JDK 1.4. I have been using the Persistence Store to save

Session Persistence retrieving old session data

2002-12-05 Thread Adrian Richter
I am using Tomcat 4.0.3 on Solaris with JDK 1.4. I have been using the Persistence Store to save the Session information. This works fine except from my pont of view, but users are giving me grief that when they run the web application, the information stored in their sessions is what they had