<%@ include file="jsp/common/header.jsp" %> <% System.out.println("masuk logout session invalidate"); request.getSession().invalidate(); HttpSession s = request.getSession(false); s = null; response.sendRedirect("login.do"); %>
<%@ include file="jsp/common/footer.jsp" %>