<%-- Document : logout Created on : Oct 25, 2020, 7:58:19 AM Author : allangitobu --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <% session.invalidate(); response.sendRedirect("index.jsp"); %>