On 6/12/07, D F <[EMAIL PROTECTED]> wrote: > And what of variables that aren't prefixed with var in a cfc? Does that mean > that their memory allocation persists? if so, for how long?
those variables exist as long as the components variables scope exists. Ie, until the request ends - unless the component is loaded into a persistent scope like thee application scope, and then those variables exist until the component is destroyed. Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280820 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

