The whole point of putting variables into the application scope is to cache
them so you don't have to set them on every request.

The reason your variables didn't get set after you added new ones was that
your application had already started; OnApplicationStart doesn't run on
every request.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/


2008/9/29 Sherif Abdou

> Oh Ok I found what the problem is, I guess my Varaibles in the
> onApplicationStart got cached, so when I sent it once, launched and then I
> added another Variables after launched again the application variables
> dont'
> get updated. Now How would i prevent it from getting cached?
> ------


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to