PDA

View Full Version : Session Variables



fbxfbx
02-10-2012, 02:18 PM
I want to set a session variable such as:
$_SESSION["temp"]="xyz";
but it is not keeping the value when I load another page... what do I need to do? I tried using session_start(); at the beginning of the script.

Thanks.