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

3 lines
64 B
Plaintext
Raw Normal View History

2004-03-16 18:57:17 -05:00
<%session.invalidate();
response.sendRedirect("index.jsp");
%>