Something a bit simpler may be to use the ApplicationStop function. From QuickDocs: http://cfquickdocs.com/cf9/?getDoc=applicationstopDescription
Stops or resets the current application. The application is restarted on the next request to the application. As a caveat, its CF9 only so far. hth, larry >You can have a cfif looking for a url variable such as reset. Inside the >CFIF you can recall the onapplicationstart method ><cfif structkeyexists(url, 'reset')> > <cfset onapplicationstart()> ></cfif> > >Personally, I'd go for a separate reset page. Why have a CFIF if it will >rarely, if ever used. > >On Jan 3, 2008 3:01 PM, Adkins, Randy <[email protected]> wrote: > >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336012 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

