Re: Logout for multiple webapps.

2005-12-08 Thread Dave Newton
Mathew Joseph wrote: 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. I

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