Question
Garbage Collection in Coldfusion
Hi !!
I have a cfc object which has been assigned to a session variable. This cfc has multiple arrays & a query object as its members. If I write
<cfset Session.CFCObject = "">
Will it release memory used by the members of the CFC ? If not, kindly let me know the right way.
Thanks
