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:241224
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to