Posts Tagged ‘coldfusion’

Simple Captcha: Use Random Number

Monday, March 17th, 2008

Here is an idea, use a random number as a captcha. Store the random number in a session variable and then have the user enter that random number in manually.

(more…)