php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21503 Failed to write session data (Files).
Submitted: 2003-01-07 20:40 UTC Modified: 2003-07-20 10:37 UTC
Votes:24
Avg. Score:4.2 ± 0.8
Reproduced:22 of 22 (100.0%)
Same Version:7 (31.8%)
Same OS:7 (31.8%)
From: ccollins at totsp dot com Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.3.0 OS: Red Hat Linux 7.3 - 2.4.18-18
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: ccollins at totsp dot com
New email:
PHP Version: OS:

 

 [2003-01-07 20:40 UTC] ccollins at totsp dot com
I have very frequent errors in my logfiles concerning the session data.  

"[07-Jan-2003 18:46:30] PHP Warning:  Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php_sess) in Unknown on line 0"

Users are sometimes reporting a problem where sessions are not maintained but this is apparently *usually* transparent to the users and it is not often noticed.  

The obvious things are in place, there IS a directory /tmp/php_sess and it is owned by the webserver user.  I am using PHP 4.3.0 in safe_mode, as such:

session.save_handler = files                                                                                                                        
session.save_path = /tmp/php_sess                                                                                                                   
session.use_cookies = On                                                                                                                            
session.name = PHPSESSID                                                                                                                            
session.auto_start = 0                                                                                                                              
session.cookie_lifetime = 0                                                                                                                         
session.cookie_path = /                                                                                                                             
session.cookie_domain =                                                                                                                             
session.serialize_handler = php                                                                                                                     
session.gc_probability = On                                                                                                                         
session.gc_maxlifetime = 1440                                                                                                                       
session.entropy_length = 0                                                                                                                          
session.cache_limiter = nocache                                                                                                                     
session.cache_expire = 180                                                                                                                          
session.use_trans_sid = On   

I have apparently had this problem for quite some time dating back to 4.2.x.  

Please advise if there is anything I can try or do?  I have read through the other similar bug reports that do exist but they all refer to version 4.2.3 and earlier and say the issue is solved in "later version" or "snapshot".  

Is this still a known issue in 4.3.0?  

Thanks.  

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-08 09:33 UTC] iliaa@php.net
Is it possible that you may running out of space in /tmp?
 [2003-01-08 10:34 UTC] ccollins at totsp dot com
space on /tmp is not an issue, there is 25GB avail on that partition.
 [2003-07-20 10:37 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC