RE: Changing Application settings at runtime

2011-12-06 Thread Brook Davies
server. This works... I load so much crap into the app scope, that I don't want to re-initialize the application!! Brook -Original Message- From: Judah McAuley [mailto:ju...@wiredotter.com] Sent: December-06-11 9:31 AM To: cf-talk Subject: Re: Changing Application settings at runtime

Re: Changing Application settings at runtime

2011-12-06 Thread Judah McAuley
In CF9, there is the ApplicationStop() method which will restart the application on the next request, thus reinitializing the application scope. Ben Nadel wrote up an investigation of this awhile back: http://www.bennadel.com/blog/1667-Learning-ColdFusion-9-Resetting-Applications-With-Application