I set my cookie, so that it expires after 1 minute... but it only works with Netscape 6 but not with IE 5.0 or Opera 5.
here is the line where i defined the exp time:
<?php
//different code......
setcookie("PageViewed", "TRUE", time()+60);
//different code...
?>
I have no idea why it expires correctly in NS but not in other Browsers such as the types i mentioned.
Would be glad if someone could help me
Ali