Hi again, Here are a few updates (error_reporting(E_ALL)):
$_SESSION['PHPSESSID']; // Undefined index PHPSESSID error <?=SID?> // Doesn't work. Not even a undefined variable. // echo $SID doesn't either But: echo session_id(); // works! Thanks Andrey for the remainder, but session were already started (checked with print_r($_SESSION)), Tim for the creative insight ($_SESSION['PHPSESSID']) and Tom, who found the solution. So, that's it. Looks like there's no more $PHPSESSID.... That makes porting a little bit more annoying :-) -- Julio Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]