Re: [SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread Mark Thomas
On 03/08/2010 13:49, DJP JEAN-PROST Dominique wrote: > -Message d'origine- > De : Pid [mailto:p...@pidster.com] > Envoyé : mardi 3 août 2010 14:45 > À : Tomcat Users List > Objet : Re: [SingleSignOn Valve] Overriding deregister(String) method > > > Potenti

RE: [SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread DJP JEAN-PROST Dominique
-Message d'origine- De : Pid [mailto:p...@pidster.com] Envoyé : mardi 3 août 2010 14:45 À : Tomcat Users List Objet : Re: [SingleSignOn Valve] Overriding deregister(String) method Potentially silly questions: #1 how is one supposed to logout of all apps? [Dominique Jean-Pros

Re: [SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread Pid
On 03/08/2010 13:26, DJP JEAN-PROST Dominique wrote: > Hello, > > > > I’m porting applications from weblogic to jboss which uses tomcat as > everybody knows. > > In weblogic, I used to use the SSO feature which allowed me to logout from a > webapp without invalidating session for all webapps.

[SingleSignOn Valve] Overriding deregister(String) method

2010-08-03 Thread DJP JEAN-PROST Dominique
Hello, I’m porting applications from weblogic to jboss which uses tomcat as everybody knows. In weblogic, I used to use the SSO feature which allowed me to logout from a webapp without invalidating session for all webapps. After reading SingleSignOn Valve documentation, I realize that tomc