[PHP-WIN] Re: Passing the session question

2004-04-20 Thread Jason Barnett
However the following scenerio will not pass the session id Or atleast I can't seem to get it to work. /* Page1.php */ /* Page2.php */ Echo SID; Any ideas? First of all, read the manual: http://www.php.net/manual/en/ref.session.php You need to pass the session information from Page1.p

[PHP-WIN] RE: Passing the session question

2004-04-15 Thread Jattie van der Linde
should'nt it be "echo $SID" ? -Original Message- From: Jim MacDiarmid [mailto:[EMAIL PROTECTED] Sent: 14 April 2004 19:09 To: [EMAIL PROTECTED] Subject: Passing the session question Why is it that the following scenerio will pass the session id /* SessionStart.php */ /* Page1.php