I'm assuming it's being used either for session work or for a flag of some sort in the application used to reset application variables.
It's just a variable really, so you need to trace the variable through the page request to find out what conditions it's used in and why. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 10:33 AM > 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:254621 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

