Yeah, but I'm talking completely different domains, servers, etc. We're
doing something on one site that we want to stick an ID value into a cookie
for the second domain/server, so that those guys can, at their leisure, snag
that ID out of the cookie...

----- Original Message -----
From: "Brian Thornton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 02, 2001 4:07 PM
Subject: Re: CFCOOKIE and other domains?


> At DoubleClick we use secondary domain cookie. meaning....   if I set a
> cookie at www.doubleclick.net, I can read it here at
> boulder.doubleclick.net... Cookies are only on a primary level and I've
> developed awesome tracking stuff using this system...
>
> _brian
> ----- Original Message -----
> From: "Caulfield, Michael" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 02, 2001 3:02 PM
> Subject: RE: CFCOOKIE and other domains?
>
>
> > >>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

Reply via email to