Hi All,
I want to extend the jboss default signout process in my customized portal.
The default behaviour is
PortalURL signoutURL = (PortalURL)request.getAttribute("org.jboss.portal.header.SIGN_OUT_URL");
<a href="<%= signoutURL %>"> Sign out </a>
This above two line is just forming one url and clicking on that its going to sign off.
In my application I need to go sign off from my portal chat application when the logged in user is signing off from the portal.
That is why it is required to extend the sign out process in my custom code
Please give your suggestion or any implemented piece of code to help me.
Thanks
Tridib