> Are you setting the cookie using URLEncodedFormat()? I just
> did a test
> using CFCOOKIE like so:
> <CFCOOKIE NAME="thing"
> VALUE="http://www.thingdomain.com/something.cfm">
>
> I then read the cookie back out like so:
> <CFOUTPUT>#cookie.thing#</CFOUTPUT>
>
> The result I got was:
> http://www.thingdomain.com/something.cfm
>
> No URL encoding what-so-ever. It could be that CF automagically
> URLEncode/Decodes cookies. It looks like a pure CF solution
> works great, I
> can't speak for combining it with other App servers. Maybe
> you could/should
> pass it tot he other server in the URL instead?
>
Yes that's exactly what happens. And you're right, it does work great in a
purely cold fusion environment. Unfortunately, I don't have that luxury,
and I HAVE to give the other server a cookie. And I don't think I can get
them to futz with the value of the cookie. But thanks for your input.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.