View Single Post
Old 20-03-2008, 17:46   #2 (permalink)
rustybones
corporate whore
 
rustybones's Avatar
 
Join Date: Oct 2007
Location: Umeå, Sweden
Posts: 205
So after some further brainstorming yesterday with a college of mine, we decided to pass a simple query string parameter along with the redirect. The JS code we wrote to be included on the pages hosted on the Gartner server will then read the query string and if the parameters are correct we create a cookie from their server.

So then subsequent pages can just check for the cookie and this time be able to find it since the cookie was created on their server

Just thought I would update this with a solution since someone else might come across "cross domain" cookie doom
  Reply With Quote