Forum Moderators: phranque
If you run the network of sites, you can code your outgoing links to run a script on the next site to set a new cookie with the info of the old cookie. but you would need to do it everytime a user jumps to a new site.
Controlling whether cookies are sent to a given website is entirely a function of the user's web browser.
When the browser receives the cookie, it stores it locally. When it is stored, it is associated with the domain name that sent the cookie. When the browser contacts the same domain again, it sends any cookies stored under that domain name.
Sites don't "read" cookies. Browsers fling them at the browser. The server can choose to catch the cookie or not. Servers don't have the ability to reach into your cookie jar.
I know of no browser that will send a cookie to a site other than the one that set it. That would be insane. Nobody would have any money in their online bank accounts, and Nigeria would be the world's wealthiest nation.