If you make a change to (for example) application.bob, then it is changed in
all instances of the application.  That's the point of the application
scope.

Or perhaps I'm misunderstanding the problem....


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc

: -----Original Message-----
: From: Dina Hess [mailto:[EMAIL PROTECTED]
: Sent: Sunday, July 13, 2003 1:45 PM
: To: CF-Talk
: Subject: Refresh application-scoped variables
:
:
: Hi all,
:
: Can't seem to get my head around this one... How can I
: programmatically refresh application-scoped variables whenever
: there's a change?
:
: Right now, I'm doing something like this in Application.cfm:
:
:    <cfparam name="application.init" default="0">
:
:     <cfif not application.init>
:        use cfsavecontent to create application-scoped variables
:        set application.init to 1
:    </cfif>
:
: What I want is some way to automatically reset application.init
: to 0 whenever these variables are modified.
: Can someone point me in the right direction? Resources?
:
: Thanks,
: ~Dina
: http://www.dinahess.com/
:
:
:
:
:
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to