php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #32236 Multiple paths for session.save_path
Submitted: 2005-03-08 21:10 UTC Modified: 2010-12-22 03:33 UTC
From: justin at redwiredesign dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.10 OS: FreeBSD 5.
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: justin at redwiredesign dot com
New email:
PHP Version: OS:

 

 [2005-03-08 21:10 UTC] justin at redwiredesign dot com
Description:
------------
In certain circumstances, there is the possibility that the directory referred to by session.save_path is non-writeable.

It would be advantageous to be able to specify multiple paths on this line, colon-seperated like include_path so that when PHP tries to create a session file and fails, it has another location to create the file in.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-22 03:33 UTC] johannes@php.net
-Status: Open +Status: Bogus -Package: Feature/Change Request +Package: *General Issues
 [2010-12-22 03:33 UTC] johannes@php.net
Silently falling back to another location causes a performance impact and lead to non-deterministic behavior. It's better if the admin fixes the access rights properly
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 21:00:02 2025 UTC