Re: Tomcat "forgets" a session attribute when reloading context

2005-04-21 Thread Francisco J. León
It's possible that your User object is not serializing correctly. As I understand things: when contexts are reloaded, the sessions are serialized first, the context reloads, and the sessions are restored from their serialized form. If one of your attributes doesn't make it through this process

RE: Tomcat "forgets" a session attribute when reloading context

2005-04-21 Thread Mike Curwen
005 9:51 AM > To: tomcat-user@jakarta.apache.org > Subject: Tomcat "forgets" a session attribute when reloading context > > > Hi 'catters. I am having a small but annoying behavior in Tomcat. > Tested on > 5.0.28 and 5.5.9. I posted this as bug 34547 but a developer thinks >

Tomcat "forgets" a session attribute when reloading context

2005-04-21 Thread Francisco J. León
Hi 'catters. I am having a small but annoying behavior in Tomcat. Tested on 5.0.28 and 5.5.9. I posted this as bug 34547 but a developer thinks it's not a bug. I use Eclipse 3.02 for development, along the Sysdeo Tomcat Plugin and Freemarker for MVC. My context path is set to be reloadable, and