If I have a cfc that is stored in the application scope, and that cfc has a function that creates structure  with a statement <cfset var myStruct=structnew()>.  The returned structure is stored in the session scope. Will I have any issues with this set up?  Will that session structure be unrelated to the application cfc?

 

Reply via email to