Re: Logout for multiple webapps.

2005-12-08 Thread Peter Rossbach
PROTECTED] Sent: Thursday, December 08, 2005 1:02 PM To: Tomcat Users List Subject: Re: Logout for multiple webapps. Use SingleSignOn Valve Peter Mathew Joseph schrieb: Hi, My web application consists of 2 webapps. And these are internally invoking each other. Or the user itself can make

RE: Logout for multiple webapps.

2005-12-08 Thread Mathew Joseph
Yes, i am using SingleSignOn valve, but "invalidate()" doesn't looks like clear both sessions. Regards mathew -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: Thursday, December 08, 2005 1:02 PM To: Tomcat Users List Subject: Re: Logout for m

Re: Logout for multiple webapps.

2005-12-07 Thread Peter Rossbach
Use SingleSignOn Valve Peter Mathew Joseph schrieb: Hi, My web application consists of 2 webapps. And these are internally invoking each other. Or the user itself can make calls to any of these webapps using the common menu page. Now, when i try to logout (session.invalidate()), its

Logout for multiple webapps.

2005-12-07 Thread Mathew Joseph
Hi, My web application consists of 2 webapps. And these are internally invoking each other. Or the user itself can make calls to any of these webapps using the common menu page. Now, when i try to logout (session.invalidate()), its not logging off from both webapp sessions. Is there any way