I can't set cookies or read them properly. I have a page setup like this: test.php
<?
echo $_COOKIE[abc];
$temp = "abc";
$val = "1234";
setcookie($temp, $val, time()+3600);
?>
When I reload the page, it's blank. The server is using version 4.2.2 under Linux webdev 2.4.18 #1 Apache