>>I'm trying to, from a page on one domain, to set a cookie that a page on
>>ANOTHER domain can read.
For security reasons, you cannot set a cookie that can be read by another
domain. There's simply no way (that I know of) that you can do it. The
domain is NOT a variable in the cookie -- it is the cookie file (or file
section) itself.
You can pull all the typical tricks though, like have domain 1 call domain 2
in a hidden frame with URL parameters, and then have domain 2 use those to
set a cookie, etc.
Michael Caulfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists