diff --git a/faculty_logout.jsp b/faculty_logout.jsp index 8db88a5..a2f35a4 100644 --- a/faculty_logout.jsp +++ b/faculty_logout.jsp @@ -1,7 +1,7 @@ <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" import="java.sql.*"%> - + -<% + <% session.removeAttribute("faculty"); // destroy session of student // session.removeAttribute("FacultyErrorLogin"); // destroy session of student // session.removeAttribute("NotAccepted"); // destroy session of student