As  OnApplicationstart only executes once at the start of an application
this does means you couldn't use it to reset your application variables,
which is a pain IMHO.

russ 

-----Original Message-----
From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: 23 May 2006 08:25
To: CF-Talk
Subject: Re: Application.cfc racing

Always a good idea to test the docs, especially when you have an article on
it in the upcoming print edition of the Fusion Authority Quarterly Update.


> From the LiveDocs
> (http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000696.htm)
>
> Use this method for application initialization code; for example, use
> it to set Application scope variables, to determine whether a required
> data source or other resource is available, or to log the application
> start. You do not have to lock the Application scope if you set
> Application variables in this method, and you can reference
> Application scope variables as you normally do; for example, as
> Application.myVariable.
>
> Same goes for the session according to the docs.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241200
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

Reply via email to