3 Replies Latest reply on Jul 23, 2009 1:25 PM by peterj

    Login information cached? Interceptor?

    antoen

      It looks like the login information is cached.
      But I need to turn this off.
      (jboss-portal-2.7.2/zip-download with JBoss-4.2.X)

      When I place a breakpoint in a LoginModule
      (e.g. org.jboss.security.auth.spi.IdentityLoginModule or org.jboss.portal.identity.auth.IdentityLoginModule) and login as user1 I reach the breakpoint. When I logout and login as user2 I also reach the breakpoint, but when I now logout as user2 and login again as user1 I do not reach the breakpoint and user1 is logged in immediately.

      I guess the successful login of user1 a few seconds before is somehow, somewhere cached using some interceptor.

      Does anyone know whether or not I am right and how to turn this off, as I have to assure that nothing is cached and the LoginModule is used every time a user tries to login.

      Any help or ideas?

      Thanks in advance,

      Anton