I guess that is plausible.. I now have Lyla Captcha working, but I create
the service, and call the setup() method outside of ColdSpring in the
Application.cfc onApplicationStart() method:

application.captchaService = CreateObject("component","
cfc.captcha.captchaService").init(configFile="config/captcha.xml.cfm");
application.captchaService.setup();

But on the other hand, I am pretty sure the application is not being
reloaded each time. What would be a sure fire check?

(Oh, I'm off on vacation now for a week, so I wont be able to post, but
again thanks for your help).

Stephen

>
>
>
>
> Since it use an LRU cache - I'm thinking the application is getting
> reloaded on each request.
>
> .Peter
>

Reply via email to