When is a cookie available?
Posted
by H4mm3rHead
on Stack Overflow
See other posts from Stack Overflow
or by H4mm3rHead
Published on 2010-04-18T09:16:03Z
Indexed on
2010/04/18
9:23 UTC
Read the original article
Hit count: 257
Hi i have a web application where i plant a cookie on my page. Then the user goes to another page, and from that page calls my page from a script, like this:
<script type="text/javascript" src="http://domain.com/page.aspx?id=6" ></script>
But i cant access the cookie when it calls my page, why not? and how to work around it?
Please note that this question is in relation to: http://stackoverflow.com/questions/2660427/javascript-and-webshop-tracking-affiliate-across-websites-how-to-do
© Stack Overflow or respective owner