Terry,

>That's what I used to think, too.  But take the following code:
>
><cfset q = session.qncache_qn>
><cfset structdelete(session,"qncache_qn")>
><cfdump var="#q#">
>
>That cfdump works.  This shows that the whole query HAS been copied to Q.

All that shows is session.qncache_qn is just a reference to an internal CF
hash. The structDelete() function is just remove the "qncache_qn" key from
the session scope--it's not killing the actual reference.

-Dan



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228484
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to