1 Reply Latest reply on Aug 11, 2006 9:29 AM by lzdobylak

    DatabaseServerLoginModule caching credentials problem

    lzdobylak

      I'm using this login module to get user and roles,
      when "admin" changes "user" password,
      user can use both old and new password while login, until he first time use new password.
      old password is cached somewere (probably in sharedState object of loginModule), how can I force clearing this cache?
      Im using jaas on clientLoginModule side and use sessionbeans from this (swing) client