Testing Session Variables - Page 3

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 ( )

Return to test_session_variables.php