Forum Moderators: open
<script language="javascript" type="text/javascript">
var ca = document.cookie.split(';');
</script>
on both pages, and the data I need is only available on the page it is written. Is this because the domain and path document.cookie is reading from are page specific? Thanks in advance...
You may also have a problem if you are not correctly specifying the expiry date.
Show us the code you are using to set the cookie. I'll wager that is where your problem lies.