On session logout the page should redirect to login.jsp.
It is redirecting to login.jsp if I use request.getRequestDispatcher("../login.jsp").forward(request, response) but the url is not changing.
what should I do so that it go and change the url too and redirect me to login page?
Thanks