SOLVED RE: LylaCaptcha Hash Issue

2006-08-07 Thread Michael E. Carluen
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

RE: LylaCaptcha Hash Issue

2006-08-07 Thread Gaulin, Mark
implementation that I may use. I guess making something that's good attracts hopefully-constructive criticism.) Thanks Mark -Original Message- From: Peter J. Farrell [mailto:[EMAIL PROTECTED] Sent: Sunday, August 06, 2006 9:27 PM To: CF-Talk Subject: Re: LylaCaptcha Hash Issue

Re: LylaCaptcha Hash Issue

2006-08-06 Thread Brian Rinaldi
Michael I have written a couple blog posts and an article discussing integrating Lyla and have never run into an issue. Usually these cases are the hash not being properly stored or no cfapplication set. However, if I may plug my own prior work, try checking out this blog post -

Re: LylaCaptcha Hash Issue

2006-08-06 Thread Peter J . Farrell
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