Re: Problems with logout with Tomcat JDBCRealm

2008-07-01 Thread Thomas Haines
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

Problems with logout with Tomcat JDBCRealm

2008-06-25 Thread André Silva
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