Cookies Across Domains
Cookies are not transferrable across domains; the only domain that can access the cookie is the domain that created it. This article describes solutions to bypass this limitation using Active Server Pages.
Visit publisher site: Cookies Across DomainsListing Details
- Filed in:
-
Scripts / ASP / Tutorials & Tips / Cookies & Sessions
- Submitted on:
- Last Updated:
- Feb 11, 2009
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Add/Edit Your ReviewDisplaying 1-1 out of 1 reviews
-
Not just valid for asp - basically just putting a variable in the url and querying that the variable is set correctly. This does not prevent someone from just typing in siteA.com?checked=True&identifier=whatever and getting access to the site without logging in first.