spring-security/samples/quick-start/war-root/logoff.jsp

3 lines
64 B
Plaintext

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