php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31709 cannot set the session.save_path to Z:
Submitted: 2005-01-26 23:05 UTC Modified: 2005-01-26 23:30 UTC
From: sambukkaa at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.0.3 OS: all
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sambukkaa at hotmail dot com
New email:
PHP Version: OS:

 

 [2005-01-26 23:05 UTC] sambukkaa at hotmail dot com
Description:
------------
I have installed a ramdrive as drive Z to point the session.save_path to it.
The php-5.0.3-installer.exe file asks to select a destination directory where to save the sessions.
It refused to select "Z:" as session.save_path destination.
I had to select the default installation path and only after the installation, manually edit the session.save_path in php.ini file to: session.save_path= Z:

Afterwards, I have tested the sessions and every thing works perfect.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-26 23:30 UTC] derick@php.net
It refuses to use Z for a reason - as that is orginally the letter used during login scripts AFAIK. Try to avoid using it!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 20 00:00:02 2025 UTC