I am developing a web-based game, and there are some areas of the site that could be taken advantage of fairly easily by setting a simple auto-refresher on the user's browser. What would be the best way to detect this without having to have a CAPTCHA when just generally browsing the site?
The site is built using PHP and Javascript/AJAX.