Scriptabulous!

Back

CAPTCHA image protection without cookies and sessions

CAPTCHA image protection without cookies and sessions Usually "captcha" scripts store actual text/numbers shown on protection images in a session cookieand check user entered code by comparing it with session stored string. My script does not use any session/cookies. Image is generated within one script and checked againstmd5 hash of a random code.

Download this script