0 Replies Latest reply on Mar 12, 2003 11:48 AM by gary.udstrand

    Logging logon attempts

    gary.udstrand

      I need to be able to log both successful login attempts as well as failures. In an attempt to do so I wrote a custom login module which works for all failed attempts, however once an individual has logged into the system the userid/password is cached my login module never gets called since the values are already cached.

      I did look at disabling the cache, however I have concerns about the performance impact that will result. What I would like to do is to find some way to integrate my code lower in the call stack, subsequent to the call to the cache.

      Any ideas?

      Thanks