php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11003 Session files are nott created
Submitted: 2001-05-21 16:31 UTC Modified: 2001-05-24 09:28 UTC
From: andrei@php.net Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.5 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andrei@php.net
New email:
PHP Version: OS:

 

 [2001-05-21 16:31 UTC] andrei@php.net
Simplest script:

session_start();
session_register('counter');
var_dump($HTTP_SESSION_VARS);
$counter++;
print "counter: $counter\n";

results in:

NULL 1

being printed on every reload. Upon further examination, session files are not created in /tmp directory as specified.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-24 09:28 UTC] andrei@php.net
NAB.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 01:01:30 2025 UTC