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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Sun May 05 03:01:29 2024 UTC