1 Reply Latest reply on Oct 14, 2002 9:39 PM by okidoky

    Does DatabaseServerLoginModule cache Credentials?

    twhphan

      I'm using JBoss 3 RC2, DatabaseServerLoginModule, and BASIC auth-method. I also wrote an web page that accesses an EJB to change user, and role settings. The EJB makes changes immediately to the database.

      In general, the login module works fine. However, if a user logs in, and changes his/her own password (or role) using the web page, the user's setting doesn't changed immediately. JBoss gets the new user setting only if I restart JBoss.

      Is there a way to reset the credentials immediately?

      Also, is there a way to invalidate sessions that was created using BASIC auth-method? I close, and open my browser to switch between user session now :(

      Thanks