@tomcat.apache.org
Subject: HttpSession.invalidate() not working as expected
I am trying to invalidate my session by calling HttpSession.invalidate(),
the problem I am having is after I log in as a user, then log out, then log
back in, the second log in doesn't call any of my authentication method
I am trying to invalidate my session by calling
HttpSession.invalidate(), the problem I am having is after I log in as a
user, then log out, then log back in, the second log in doesn't call any
of my authentication methods. On logout I am calling
HttpSession.invalidate() which doesn't throw an