ID: 11003
Updated by: andrei
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Session related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
NAB.
Previous Comments:
---------------------------------------------------------------------------
[2001-05-21 16:31:20] [EMAIL PROTECTED]
Simplest script:
session_start();
session_register('counter');
var_dump($HTTP_SESSION_VARS);
$counter++;
print "counter: $countern";
results in:
NULL 1
being printed on every reload. Upon further examination, session files are not created
in /tmp directory as specified.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11003&edit=2
--
PHP Development 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]