on your php config)
S1.PHP:
s1");
?>
S2.PHP:
-Original Message-
From: Leo G. Divingracia III [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 1:16 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] newbie BASIC sessions...
okay, i'm stumped as heck. i cant see
okay, i'm stumped as heck. i cant seem to get it this to work. using
win2k, apache 1.3.x, php4.3.0, registers_globals OFF.
S1.PHP:
//$userid = "blow";
//session_register ('userid');
$_session['userid']="joe";
echo (' s1');
?>
S2.PHP:
if (!session_is_registered ("userid"))
{
echo ("not