See both Tony and Tom's response. In the past, where I have cared, I'd done Tom's thing of just using a unique value. Like, reinit=letmedoitorelse.
On 5/23/06, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > Ray, Have you given any thought of moving the reinit out of the > application.cfc and into an admin section or the like? I'm never happy about > allowing 'just anybody' who visits my site the ability to reinitialize it. > > > About 99% of the code I've seen out there just set a bunch of > > Application constansts and components, so this is fine. Don't forget > > it, of course, but most folks won't be impacted by it. I typically add > > this to onRequestStart: > > > > <cfif structKeyExists(url, "reinit")> > > <cfset onApplicationStart()> > > </cfif> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241227 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

