spring-security/samples/contacts/war/logoff.jsp

3 lines
64 B
Plaintext

<%session.invalidate();
response.sendRedirect("index.jsp");
%>