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