Hi.
I have an application page that has a Link widget that allows a user to logout by running the "http://localhost:8080/bonita/logoutservice" URL.
I want the user to be logged out and also be redirected to another site when he/she clicks on this link (for e.g. The user clicks on the link, gets logged out and get's redirected to Google.com).
Is there anyway I can do this ?