> -----Original Message----- > From: joe velez [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 22, 2006 10:26 PM > To: CF-Talk > Subject: 3rd Party Cookie Reading > > Hi - > > I would like to be able to have a script run using an embed tag or iframe, > etc that can read cookies from another site. > > Lets say SITE_A sets a cookie "test" with value "thevalue". > From SITE_B I would like to read the cookie 'test' and know that the value > is "thevalue". > > How can this be accomplished? Can it?
Nope - sorry. But the short answer is just plain "no". The long answer is that this would violate major, long standing security restrictions. In short if you could find a way to do this it would be considered a critical bug. I've often wished that the browser was a bit more complex in this regard. I would love to have to ability to mark cookies as "public" or "private" which would also suit your needs, but it just ain't happening. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238481 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

