I'm running Tomcat 4.1.18 on WinNT.

Is there a setting in the context, manager, etc where I can specify not to
try to continue sessions if the application crashes/ is reloaded?

My application can't serialize it's session data (doesn't implement
serializable) and if the application is reloaded I get
NullPointerExceptions. I think it's because the JSession cookie is submitted
by the user again -- however the session variables referred to no longer
exist and I get NullPointerExceptions. Any ideas?

Cheers, Kris

Reply via email to