Hi,
I try to logout by using
and it redirects to the successful_logout url (That means I logged out successfully). But when I try to login again, the username/password seems to be remembered, instantly it redirects to the successful_login url. I think user should be navigated to login page. I'm not sure about this case. Please give me some ideas for this issue.
I try to logout by using
Code:
request.sendRedirect("/myProjectName/saml/logout")