Implementing Cross-Domain Cookies
Publisher
Describes a solution to using the same cookies for multiple domains.
Product Details
According to the cookie specification, any cookie set for one domain, must not be sent to any other domain. Therefore, if you set a cookie in your user's browser on one domain, that cookie will not be available on any other domain. This tutorial describes a solution to get around this issue.
Micro Jobs Theme - Setup a website like Fiverr today *New 2022*Sponsored
posted byshopperpressinClone Scripts
PriceUSD 99.00
Views4657
Auction Theme: Start your own auction website today. (New 2022) - Download Now!Sponsored
posted byshopperpressinAuctions
PriceUSD 99.00
Views4119
Inout Shopping Cart - Multi Vendor EditionSponsored
posted byinoutscriptsinShopping Carts
PriceUSD 899.00
Views12171
User Reviews
Please rate the listing and tell the world know what do you think about the listing.
Good but not good enough for general use
Reviewed byAnonymousonTue, 30th April 2002
His solution is web-server implementation-specific, and as a result is no solution for those who use something besides Apache.
As well, any solution that requires too many pieces to successfully interact is a fragile solution when it comes to web implementations.
Asynchronous foot races tend to develop between all the pieces of the solution that are supposed to be serialized and well-behaved, if for no other reason than the internet infrastructure is not aware of the whole logical framework of the intended interaction ... each router, each server is just busy pushing packets and bytes from many sources to many desinations at any one instant.
A more elegant solution would be to pass information between cross-domain apps as an extra header or two that are then stored and referenced by the target app. More than one less-than-honorable user has been known to turn off javascript / java / activex in the middle of a transaction in order to gain some advantage / cause some havoc / evade detection, etc. Then where does your information go ?