Hey all,

Can anyone shed some light on the following?

I'm migrating from ASP to CF and I have a dev server with both ASP and CF.

I'm reading back cookies in CF that were created in ASP.

    <cfoutput>#cookie.test#</cfoutput>

    <% response.write(Request.Cookies("test")) %>

If the values is simple, say "bob", there's no problem:

Then I  try to read back some previously encrypted values, and I get
completely different results.  It looks like something to do with character
encoding. I tried this:

    <cfcookie name="test" value="bob - ggf^">

Which when output in CF gives the same value:

    bob - ggf^

but in in ASP returns:

    bob - ?"£®gg'^?Ï

????

Thanks in advance for any input,

Tom


-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to