php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4573 Problem when saving session data(session handler = mm)
Submitted: 2000-05-24 13:06 UTC Modified: 2000-07-11 05:27 UTC
From: valdand at soften dot ktu dot lt Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.0 Release OS: Linux Mandrake, glibc2
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: valdand at soften dot ktu dot lt
New email:
PHP Version: OS:

 

 [2000-05-24 13:06 UTC] valdand at soften dot ktu dot lt
Writes error:

Warning: Failed to write session data. Please check that the current setting of session.save_path is correct (/tmp) in
Unknown on line 0

when there is no single variable registered. This error appears only when session.save_handler = mm, when session.save_handler = files, everything works as expected.

Worked perfectly in 4.0RC1.


<?php
session_start();
echo "Hi";
?>

session.save_handler      = mm

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-11 05:27 UTC] sas at cvs dot php dot net
This has been fixed in CVS.

Please upgrade to PHP 4.0.1pl2 and apply this patch:

http://viewcvs.php.net/viewcvs.cgi/php4/main/main.c.diff?r1=1.279&r2=1.280&diff_format=u


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC