Testing Session Variables

Display Session One Directly

$_SESSION['One'] =

Display Session Two Directly

$_SESSION['Two'] =

Display Session Three Directly

$_SESSION['Three'] =

Display Session Four via a Variable ($v_four)

$v_four =

Now print all variables using Print_r ($_SESSION)

Array ( )

Go to test_session_variables3.php to see what is available.