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

Pull Requests

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 Dec 26 16:01:31 2024 UTC