Every page appears to be working apart from one, it wont display the Client_ID cookie which is being passed through the pages, all other pages have no problems but this, I cannot locate the problem...? The page is designed so that the user can edit information stored in the DB about themselves. It displays the old info and then gives an option to change it. It wont display any info about the user even though the information in the cookie IS passing across. Wierd thing is is if I reload the page it shows it all fine but if I run through the pages like the user would navigating to this page it doesnt show anything????????? any ideas? I am stuck on this one! Thanks all!
<?php print $HTTP_COOKIE_VARS['Client_ID']; ?>
<?php print $HTTP_COOKIE_VARS['Client_ID']; ?>