diff --git a/src/main/webapp/logout.jsp b/src/main/webapp/logout.jsp index ff1dc18..014530a 100644 --- a/src/main/webapp/logout.jsp +++ b/src/main/webapp/logout.jsp @@ -9,6 +9,7 @@ <% session.invalidate(); + response.sendRedirect("index.jsp"); %>