Peter, Brian: Thank you both for your help. I totally missed the persistence scope note you had on the docs. I focused on the salt value while I was trying to figure out what I was overlooking.
Now everything works perfectly. Peter: Lyla's awesome, as you already know. Thanks. Brian: Thanks for the additional info in your blog. > -----Original Message----- > From: Peter J. Farrell [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 06, 2006 6:27 PM > To: CF-Talk > Subject: Re: LylaCaptcha Hash Issue > > Lyla uses an in-memory LRU cache for holding hash references (think about > your CPU). The reason why you are losing the hashes and the validation > isn't working is because you need to init() Lyla into a persistent scope > (recommended application scope). The salt is getting reset on each time > the captcha is getting init()ed. Be sure to stick it in the application > scope. > > ...Peter > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248974 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

