I'm pretty sure it's living and dying by the request.

In application.cfm:

<cfset x = 1>

...is:

<cfset variables.x = 1>

...and not:

<cfset application.x = 1>


On Wed, Sep 28, 2011 at 8:33 AM, Scott Stewart <webmas...@sstwebworks.com>wrote:

>
> Yeah, it said Application.cfm...
>
> I'm working on a legacy app, (on CF 9) that uses an Application.cfm,
> which I cant rebuild right now.
> inside of the file, there is a custom structure set called CFA., it's
> part of a home grown "framework".
>
> Would it automatically be dropped into the application scope, in v.9
> ie: application.cfa.whatever. or is it living and dying by the
> request, even though it's being set in Application.cfm
>
>
>
> --
> --
> Scott Stewart
> Adobe Certified Instructor, ColdFusion 8 & 9
> Adobe Certified Expert, ColdFusion 8 & 9
>
> Blog: http://www.sstwebworks.com
> Email: webmas...@sstwebworks.com
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347765
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to