> Now when I redirect to logout url location from applaication1, All 
> applications are logged out successfully. other applications – application2 
> and application3  is redirected to login page on click of refresh or any 
> other action in that page.  But I need to redirect to logout page instead.

I don't think this is possible.   If you have 1 session and 1 session
cookie, your users are not logged into three applications. They're
logged into a single session.
They are either logged in or logged out. A logged out user will never
be sent to a logout page or they'd never escape.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to