>- see footer for list info -< does StructCopy solve this?
Paul Johnston <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 20/10/2004 11:35 Please respond to Coldfusion Development <[EMAIL PROTECTED]> To Coldfusion Development <[EMAIL PROTECTED]> cc Subject Re: [CF-Dev] cffile - pic uploads >- see footer for list info -< On Wed, 2004-10-20 at 10:46, [EMAIL PROTECTED] wrote: > >- see footer for list info -< > It saves having to worry if the session variables are locked everywhere, > as you don't need to lock the request scope. Just transfer it to Request > and forget about it, and transfer anything that might have changed back > into the Session scope when you're finished. Only for simple variables is this true... If you put a cfc into the request scope from the session scope, it only makes a reference/pointer to the original session variable. If you just have simple variables, it does a clone or copy of the variable value. So, only copy into the request scope if using simple variables (which I very rarely do on CFMX now). Paul _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
