I would suspect this is just a variable to signify that all the application scope variables have been created.
And if the url variable reinit is sent, this re-creates all the variables -- Snake -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 September 2006 15:33 To: CF-Talk Subject: Init Explanation Can someone help me understand what init is what it does and why it's used? For example, in a application.cfm <cfif not isDefined("application.init") or isDefined("url.reinit")> <cfset application.init = true> D ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254623 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

