Posted by lawrence k on 11/18/94 11:44
I've put this code in a file that is included at the top of my page:
session_start();
echo SID;
echo "was there a sid ?";
The "was there a sid" shows up, but not the SID. Nor can I later get
the session id using session_id().
I thought maybe I was outputting some white space before these lines,
blocking the headers from being sent, but when I look in the error log,
there is only one error, and its unrelated:
[08-Apr-2006 18:53:01] PHP Warning: getwhatpage(): Failed opening
'showOneTag.php' for inclusion (include_path='.:/usr/share/pear') in
/home/httpd/vhosts/bluecasts.com/httpdocs/tagIndexLibrary.php on line
2243
[08-Apr-2006 19:09:38] PHP Warning: getwhatpage(showOneTag.php):
failed to open stream: No such file or directory in
/home/httpd/vhosts/bluecasts.com/httpdocs/tagIndexLibrary.php on line
2243
[08-Apr-2006 19:09:38] PHP Warning: getwhatpage(showOneTag.php):
failed to open stream: No such file or directory in
/home/httpd/vhosts/bluecasts.com/httpdocs/tagIndexLibrary.php on line
2243
[08-Apr-2006 19:09:38] PHP Warning: getwhatpage(): Failed opening
'showOneTag.php' for inclusion (include_path='.:/usr/share/pear') in
/home/httpd/vhosts/bluecasts.com/httpdocs/tagIndexLibrary.php on line
2243
Go here and let me know if you get a session number:
http://www.bluecasts.com/
Why would there be no SID???
[Back to original message]
|