Rich is right with what he is saying - I remember having similar problems a while ago... although you can copy the whole session struct easily, but that means copying it to a key in the request scope - not great, but it does make a lot of sense.
Also, it's best to only copy what you need, and not what you don't - if you see what I mean! ----- Original Message ----- From: "Jolly Green Giant" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 3:51 PM Subject: RE: [ cf-dev ] Request structure not behaving - Urgent > You know, the funny thing is that that session writing code used to be in > the custom tag. and the script worked fine. It's when I moved it out of > the tag and into the include-header that the problems arose. > > So perhaps the implementation of copying the session scope to the request > scope is just buggy... working sometimes and not working other times. > > Thanks again! > > __________/ Rich Wild \__________ > >I guess you can't overwrite the entire request scope with another scope, > >it > >has to be the contents that overwrite each other... > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
