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:248969
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to