Like SESSION variables...SERVER variables go from server to server obeying the first Application.CFC who sets them. If another SERVER variable is set with the same name than it is overwritten for use for that specific server. But if not...then it uses the Application.CFC from the first server who sets it.
Ravi. Matt Williams wrote: > On 6/8/07, Dave Watts <[EMAIL PROTECTED]> wrote: > >>> So if you are setting server variables in Application CFC, >>> then it seems to me that the variable is actually an >>> application variable. >>> >> .... unless the variable is intended for use across multiple applications. >> >> > > True, the intention may be for server wide use, but how is it managed? > Is there a mother-App.cfc that all the other App.cfc's extend? > > Or does each App.cfc have it's own copy of the server variables? Or is > there one app that must be started before others are? Seems kinda > dangerous either way you work it. Room for error. > > -- ------------------------------------------- Ravi Gehlot. Sr. Management Sunshine Technology Solutions, LLC http://www.sunshinetechsolutions.com/ [EMAIL PROTECTED] Cell Phone: (407) 860-3775 Business Line: (407) 745-1433 ------------------------------------------- Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280514 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

