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