How do I do this in application.cfm? I'm working with a legacy web site that was developed by someone else on an external host.
Thanks. >Something like this could work for your needs. > > <cffunction name="onRequestStart" returnType="boolean" output="true"> > <cfargument name="thePage" type="string" required="true"> > <!--- Let's re-initialize the application if "somename_refresh" is >present in the URL. ---> > <cfif StructKeyExists(URL,"somename_refresh")> > <cfset OnApplicationStart()> > </cfif> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344268 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

