4 Replies Latest reply on Jun 30, 2006 8:30 AM by pordeep

    Secuirty Exception after password update using DataBaseLogin

    uji

      After updating the password on the db (through an ejb business method) I get a Security Exception (complaining about the wrong password).

      Note that I disabled caching of security credentials (DefaultCacheTimeout=0)

      I am wondering how to go around this problem.

      Do I have to invalidate the session and force the user to login again?

      The best solution would be to update the password in the security context.

      is this possible?
      is this possible from the business tier?
      is this possible from the presentation tier?
      in case, how can i do it?