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

3 lines
64 B
Plaintext
Raw Normal View History

2004-03-17 07:57:17 +08:00
<%session.invalidate();
response.sendRedirect("index.jsp");
%>