Hello,
I'm new to php,
I'm storing temp variable in SESSION
when i go from one php page to other php page, the session variable is accessible
but when i go to the other page in a subdirectory.. the SESSION variable is not accesible..
am i missing some php configuration?
pls help
regards,
Nitin Sawant
I'm new to php,
I'm storing temp variable in SESSION
Code:
$_SESSION['temp']='value';
but when i go to the other page in a subdirectory.. the SESSION variable is not accesible..
am i missing some php configuration?
pls help
regards,
Nitin Sawant
Comment