Hi André
I'm using Tomcat JDBCRealm to authentication and authorization in my
app.
Login works fine, and when the user press the logout button(calls the
session.invalidate()), he cannot login again.
You could try adding:
session.removeAttribute("User");
before you invalidate the session.
W
Hi All =)
This is my first message here, sorry for the poor english.
I'm using Tomcat JDBCRealm to authentication and authorization in my app.
Login works fine, and when the user press the logout button(calls the
session.invalidate()), he cannot login again.
When the user tries to login, the appli