Wondering what would be the most efficient way to do the following.
Game play. Player can train and every 8 mins a captcha verify kicks in to stop them from using bots/scripts to auto train.
However thats still a lengthy amount of time. So thinking about making it per 100 clicks the verify enables.
Now I could do this simply in the database and record the user clicks and then when they reach the limit reset the captcha. But this seems excessive use of resources.
Would there be another way to do it sessions perhaps?