JSP exit code
3 answers
request.getSession () void (). won't work ... so 1 step after successful login, set session session.setAttribute ("loginstatus", "true"); when logging out, set the value to "false";
and for the login page after login: authentication.jsp which allows you to check the ststus of the "loginstatus" session if it is false and then forward it before the login page ... I think it will work ...
0
a source to share