php-general | 2001122
Date: 12/18/01
- Next message: Alex Elderson: "[PHP] Parse error: parse error in/test/put_file.php on line 14???"
- Previous message: Andrey Hristov: "Re: [PHP] php in free()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
First
<?php
var_dump($PHPSESSID);
var_dump(phpversion());
?>
NULL
string(5) "4.0.4"
So I think that the problem is that you haven't started any session. Before session starting PHPSESSID is NULL. That is my opinion.
PHPSESSID by default is get as GET parameter. Do you have any GET parameter when starting on a console?
Regards,
Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Alex Elderson: "[PHP] Parse error: parse error in/test/put_file.php on line 14???"
- Previous message: Andrey Hristov: "Re: [PHP] php in free()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

