I have a login page for which users and their passwords hav been updated in database. If a user continuously enters invalid password 3 times then im displaying an error message and blocking the user. when i enter another user name the error message continues to be displayed.
btw, im using session to store the username and count to check if invalid password has been entered thrice.
Can anyone help me out with this? Thanks in advance