Project

General

Profile

Statistics
| Revision:

root / trunk / web / logout.jsp @ 9

History | View | Annotate | Download (126 Bytes)

1 9 andrej.cim
<%@page contentType="text/html" pageEncoding="UTF-8"%>
2
<%
3
    session.invalidate();
4
    response.sendRedirect("login.jsp");
5
%>