When is a cookie available?
- by H4mm3rHead
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