Stuart Johnston wrote:
In our application, we track failed login attempts through the Session.
If a user fails to login three times, they are locked out of the sytem
until their Session expires.
We ocassionally have users call and ask us to reset their session when
they have been locked out.
In our application, we track failed login attempts through the Session.
If a user fails to login three times, they are locked out of the sytem
until their Session expires.
We ocassionally have users call and ask us to reset their session when
they have been locked out. I would like to have a