I am so far unable to use the var SID. I have determined the the script thinks it is defing but empty.
<?
session_start();
echo "'".SID."'";
echo "<br>";
echo defind("SID");
echo "<br>";
echo session_id();
?>
Try this script. SID is empty but defined. I can alternately call session_id but I
have many sites that use SID.
Charles Killmer
Windows 2000 Server IIS 5.0 upgrading PHP 4.1.2 -> 4.2.0
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

