Well, I can't find the bloody email...but...here are some example files. The problem shows up when you try to move the request scope back to the session scope. <cfset session = duplicate(request)> doesn't do what you think it will. But, if you use structappend, schtuff works correctly.
Drop the files in a dir and call test.cfm in your browser. Hit refresh and you will see that request.foo never makes it to the session scope. I can't recall, does duplicate() 'travel down', as in does it copy substructs/arrays stored in the struct? Doug >-----Original Message----- >From: Raymond Camden [mailto:jedimaster@;macromedia.com] >Sent: Monday, November 11, 2002 7:13 PM >To: CF-Talk >Subject: RE: Locked Out > > >Wouldn't be the first time I've been confused. But if you >_can_ find the >email, let me know. > >======================================================================= >Raymond Camden, ColdFusion Jedi Master for Hire > >Email : [EMAIL PROTECTED] >WWW : www.camdenfamily.com/morpheus >Yahoo IM : morpheus > >"My ally is the Force, and a powerful ally it is." - Yoda > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:Douglas.Knudsen@;alltel.com] >> Sent: Monday, November 11, 2002 6:00 PM >> To: CF-Talk >> Subject: RE: Locked Out >> >> >> ughhhh....errrr.....we already had this discussion, you even opened a >> bug report thingy and I never got a t-shirt! (Could have >> been the other >> Ray though) The thread went on over on CFDJlist... the >problem, IIRC, >> had to do with moving request scoped data back to the session scope. >> Also, IIRC, arrays caused trouble too. I can't find the bloody email >> trail though...damn Outlook upgrade hosed some of my >archives...I even >> provided sample code to see it all in action...I'll have to build >> another one. >> >> Doug >> > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

