Hi Andrew, I think you need to rewrite your question. You're talking about domains, but you are not referencing any domains in your examples.
However, I think what you are trying to ask is: If I have a reference to a tracking pixel in my page at: www.domainA.com/index.cfm to: <img src=http://www.domainB.com/pixel.jpg> will my cookie variables be sent in the request for: www.domainB.com/pixel.jpg ? The answer would be no. Can you read the cookie variables being sent when a visitor requests www.domainB.com/pixel.jpg ? The answer would be no. If you want to send domainA.com's cookie information to domainB.com you would need to append it in the request for www.domainB.com/ pixel.jpg and you would need to work with domainB to have them read that information in as CGI.URL values. Different domains can't reach into each others cookie jar. If you could, it would be a cross-site scripting attack. Cheers, Yoz On 04/02/2008, at 1:10 AM, Andrew Scott wrote: > > I haven't tested this yet, and I know it is possible but I am in need > of it fast. > > I have a domain A, creates a dynamic page. Has an image that like <a > href="domainB.jpg"> which is a script that records IP address, and > other details. Can anyone tell me if the cookie information is also > sent? > > Or is there a hack / method to get the cookie information? > > And yes this is for tracking purposes. I have seen myspace do it, so I > know it can be done.... > > Any ideas? > > > -- > Senior Coldfusion Developer > Aegeon Pty. Ltd. > www.aegeon.com.au > Phone: +613 8676 4223 > Mobile: 0404 998 273 > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
