B
Big E
I'm using ASP.Net Form Security. I have a login page and a redirect page
etc...
What I want to do is setup some type of anti-dictionary hack code.
If someone tries to login unsuccessfully 7 times I want to send them a
custom error page. I'm not sure of the best way to check if they had tried
to login 7 times. Do I need to store in a database. I can't use session
variables because I have various apps on various servers. Can I create some
loop that counts how many times this user has attempted to logon.
Any tips or articles would be great.
Thanks.
etc...
What I want to do is setup some type of anti-dictionary hack code.
If someone tries to login unsuccessfully 7 times I want to send them a
custom error page. I'm not sure of the best way to check if they had tried
to login 7 times. Do I need to store in a database. I can't use session
variables because I have various apps on various servers. Can I create some
loop that counts how many times this user has attempted to logon.
Any tips or articles would be great.
Thanks.