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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-24 09:28 UTC] andrei@php.net
NAB.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC