> > 3) Set the session struct equal to the temp struct in 
> OnRequestEnd.cfm
> > 
> >     <cflock ...>
> >             <cfset session = structcopy(session_temp)>
> >     </cflock>
> 
> Use Duplicate() instead of StructCopy() because StructCopy() doesn't 
> copy as many levels as it should.
> 

No - it _does_ go as deep as possible, but it creates pointers on the
lower levels, not true copies.

Just being anal. ;)

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to