Hi,
Another possibility is to set up tomcat to serialize session to disk
before restart. Tt deserializes all session at the start up so user will
remain login with all session variables it in ideal case he won't notice
the restart at all.
Palko
On Mon, 2008-09-22 at 16:21 -0400, Martin Dubuc wrot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin,
Martin Dubuc wrote:
> The problem that I am facing is that since the application is using a
> new session, there might be some session based variables that are not
> initialized.
If you want your application to work properly in this situation
I am running Tomcat 6.0.18.
My application uses form based authentication.
I am not sure how to handle the case where a user navigates to one of the
secure page after logging in and Tomcat is restarted. The problem is that
from the secured page, if the user clicks on any of the links after the
re