Hello ... Before I ask my question, let me first state that I am not planning on doing anything malicious.
I have a business partner that had their development staff set a cookie from their domain. Unfortunately, they messed up their tracking mechanism as such that when I send my URLString to them to be tracked, if their cookie exists, my tracking variable will not be tracked. Question: While I understand the security hole that this would be ... thought I'd ask anyway. Do either of you know of a way to spoof the domain of a cfcookie so I can "remove it" from the client's machine before sending my URLString tracking variable to my partner's site? I have attempted the following thus far, but neither works: *=================* <cfset cgi.http_host = 'test.com'> <cfset cgi.server_name = 'test.com'> <cfcookie name="testCookie" value="test" expires="NEVER" path="/" domain="test.com"> *=================* Server Environment: Windows2000 CF Version: CF5 Thanks in advance. -- Best regards, Chuck ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

