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

3 lines
64 B
Plaintext
Raw Normal View History

2004-04-29 20:20:00 -04:00
<%session.invalidate();
response.sendRedirect("index.jsp");
%>