Re: How to serialize user principle

2010-09-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 9/13/2010 2:21 PM, André Warnier wrote: > As far as I know, the Tomcat (container-managed) authentication is based > on the user session Per the servlet spec, the HttpSession == "user login" for FORM authentication. > and the persistence o

Re: How to serialize user principle

2010-09-13 Thread Mohammad M. AbuZer
ohammad M. AbuZer [mailto:m.abuze...@gmail.com] > > Subject: How to serialize user principle > > > Is there anyway that force tomcat to serialize user > > Principle so that when tomcat webapp get reloaded or > > even tomcat restarted, logged in users won't be aske

Re: How to serialize user principle

2010-09-13 Thread André Warnier
Caldarale, Charles R wrote: From: Mohammad M. AbuZer [mailto:m.abuze...@gmail.com] Subject: How to serialize user principle Is there anyway that force tomcat to serialize user Principle so that when tomcat webapp get reloaded or even tomcat restarted, logged in users won't be asked to

RE: How to serialize user principle

2010-09-13 Thread Caldarale, Charles R
> From: Mohammad M. AbuZer [mailto:m.abuze...@gmail.com] > Subject: How to serialize user principle > Is there anyway that force tomcat to serialize user > Principle so that when tomcat webapp get reloaded or > even tomcat restarted, logged in users won't be asked >

Re: How to serialize user principle

2010-09-13 Thread André Warnier
Mohammad M. AbuZer wrote: Hi All,,, Is there anyway that force tomcat to serialize user Principle so that when tomcat webapp get reloaded or even tomcat restarted, logged in users won't be asked to login again... Would this be what you are referring to ? http://tomcat.apache.org/tomcat-5.5-doc

How to serialize user principle

2010-09-13 Thread Mohammad M. AbuZer
Hi All,,, Is there anyway that force tomcat to serialize user Principle so that when tomcat webapp get reloaded or even tomcat restarted, logged in users won't be asked to login again... Best Regards