Ok, so for my web site, I've got my authentication system set up, complete with password protection (via MySQL queries) and a session counter that tracks your login attempts (limited to 3, of course). After that, I send the user a cookie, that makes them wait -xx- minutes before they can try their login again.
Pretty standard stuff, I know.
Now, what if the smart ass just deletes the cookie? True, most casual users wouldn't have a clue here. But that's why I am asking you guys. 😃
Is there a better way to do this?
Thanks in advance.