Posted by meltedown on 08/06/05 04:25
<?
session_start();
print_r($_SESSION);
?>
How come when I put this code on one page it says:
Array ( [userid] => 24 [loginid] => 1 )
but if I put it on another page it simply says:
Array ( )
What is going on ? I thought the session variables were suppost to be
available to any page
Navigation:
[Reply to this message]
|