Hi,
at the moment I have an action that for path="/logout" that after a LogoutHandler" forward to a referer.jsp page (or error.jsp)
When the user logs out I would like too redirect to a different website - after the LogoutHandler. Whare are the options available to do that?
I thought to use a sendRedirect in the final
jsp but I wonder if there's a better way to achieve the same result.
Cheers,
Renato