Say with a CFC like this:

 

<cfcomponent>

            <cfset me = structnew()>

 

            <cffunction name=”init”>

 

            </cffunction>

 

</cfcomponent>

 

I can’t use the var keyword on the me structure, so will it be a shared instance among all instances of the CFC.  I’m trying to use this cfc in the session scope, and every session will have one of these cfc’s. 

 

Marlon

 

Reply via email to