You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlos Romero Mas <Ca...@uma.es> on 2001/02/12 12:11:22 UTC

Sessions lost when server restart or class reload

When a class is reloaded because you have change it the objects saved on
sessions are lost and all the users connected to that application suffer
that.

Then, one of the more interesting aspects of web applications are lost:
change the application on fly transparently for most users of that
application. Have ever find a solution? I am thinking rebuild on PHP...

Thanks in advance for your attention.