Why does the session value disappear ?
Posted: Wed Aug 16, 2006 1:42 am
Hello,
I use session as the following. But the session value disappear in main.php. What's the problem ?
$_SESSION["SESSION_TIMESTAMP"] = time();
header("Location:main.php");
I use session as the following. But the session value disappear in main.php. What's the problem ?
$_SESSION["SESSION_TIMESTAMP"] = time();
header("Location:main.php");