I know this has been discussed before but I'm having trouble finding
anything that outlines it.
I installed 4.2 and I want to use sessions with the "stock
configuration." I tried this but it doesn't work...what should I be
doing different?
Page 1 ---------
<?
start_session();
session_register("testVar");
$testVar = "This variable has been successfully registered";
?>
Page 2 ---------
<?
start_session();
echo $_session["testVar"];
?>
thanks,
Ron
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php