Hello,
I'm developing a browser based game in my free time. An annoyance I find in some other browser based games across the net is having to enter in a CAPTCHA on every page. The purpose of the CAPTCHA in most browser games is to prevent automated programs from reading and then submitting to the server. Basically cheat by letting a program play for you. This is my scenario:
There would be a login page where you enter a Username, Password, and a CAPTCHA that you have to pass. Upon successfully passing the login CAPTCHA, there would be a cookie set with an encrypted version of the Username. The only way you can see a game related page is if this cookie is set, with a valid encrypted Username. Would having this one login CAPTCHA eliminate the need for one on every page, or is there still a way to cheat the system?