[PHP-DEV] Bug #11003 Updated: Session files are nott created From: andrei <email protected>
Date: 05/24/01

ID: 11003
Updated by: andrei
Reported By: andrei <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] andrei <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: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>