Orion 1.1.37 (as well as all other versions as far as I remember) lose the
Servlet Session whenever a servlet is reloaded.

Why is this?  Is this an issue with how classloaders are used?  This makes
working with complex sessions very difficult to test and debug since each
time I recompile a servlet, I'll lose the session when that servlet is
reloaded.  Other servers do not destroy the session (Websphere for instance)
when reloading servlets.  Have I missed something or is there a setting that
prevents this from happening?


Reply via email to