On 6/12/07, John Robinson <[EMAIL PROTECTED]> wrote:
>         <cffunction name="onApplicationStart" returnType="boolean"
> output="false">
>                 <cfset Client.testVar = "onApplicationStart">

This stores the client.testVar in VARIABLES.client.testVar which is
essentially thrown away after the request runs.

> Then in my cfc (or cfm file), I have a function that contains this line:
> <cfset Client.testVar = "SomeOtherVar">

That is setting a different variable to any of the stuff in your
Application.cfc.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280819
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to