I have a web site and I want to block request from BOTs and attempt brute force login to my web site.
BOTs
Now I\'m using Session for storing lo
Session
If i were doing this i would use a column in a database to store the login attempt number and a date time stamp for the first attempt. Then have some logic around the login
if(loginAttempt>5 && DateTime.Now