Re: Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-29 Thread John B. Moore
Ah, yes, I think they should be but you are right, I need to reconfirm this.. Thanks... John.. Jacob Kjome wrote: Make sure all the objects in your session are serializable. If not, you will get null values (or possibly other errors) after deserialization. Jake At 04:34 PM

Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-28 Thread John B. Moore
Folks, Here is the scenario 1) User logs in and begins a session along with loading some session objects (worker classes) 2) Tomcat is shut down and restarted 3) Same user clicks next button on current JSP page (user did not know tomcat was restarted) a) Session isNew() reports

Re: Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-28 Thread Jacob Kjome
Make sure all the objects in your session are serializable. If not, you will get null values (or possibly other errors) after deserialization. Jake At 04:34 PM 11/28/2003 -0800, you wrote: Folks, Here is the scenario 1) User logs in and begins a session along with loading some session