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
I'm using tomcat 7.0.2 BETA, I used JDBCRealm, and I think it uses by default GenericPrinciple at org.apache.catalina.realm, which do not implement Serializable interface, On Mon, Sep 13, 2010 at 8:04 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Mohammad M. AbuZer [mail

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 login a

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 > to login again... That norma

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