Tridib Das [http://community.jboss.org/people/tridib197779] created the discussion
"Extending the Jboss Sign Out" To view the discussion, visit: http://community.jboss.org/message/547399#547399 -------------------------------------------------------------- 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 -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/547399#547399] Start a new discussion in JBoss Portal at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2011]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
