1
0
mirror of synced 2026-08-04 01:07:02 +00:00
Files
spring-security/samples/contacts/war/logoff.jsp
T
2004-03-16 23:57:17 +00:00

3 lines
64 B
Plaintext

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