I use a meta-refesh on one of my pages. It's cheap but it works:
<?
//so people can see their info when they logged in cold without cookies
if (!isset($_COOKIE['fname'])) {
echo("<meta http-equiv='refresh' content='1;url=accountInfo.php4'>");
}
?>
Newbie Cookie Question
Moderator: General Moderators