php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40364 session.save_path not valued
Submitted: 2007-02-05 14:35 UTC Modified: 2007-02-06 09:40 UTC
From: olivier at bolender dot org Assigned:
Status: Not a bug Package: Session related
PHP Version: 5.2.0 OS: Windows XP
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: olivier at bolender dot org
New email:
PHP Version: OS:

 

 [2007-02-05 14:35 UTC] olivier at bolender dot org
Description:
------------
Hello,
The session.save_path in my php.ini is set to 'c:/serveur/tmp', like:
session.save_path = "c:/serveur/tmp"
But it not work, when I use phpinfo() the value of this is "not value".
Second time, when I use this in my code:
session_save_path("c:/serveur/tmp");
All works perfectly !!! so strange is it !!


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-05 14:40 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 [2007-02-05 15:26 UTC] olivier at bolender dot org
Thanks,
Yep! too quick to post it, I apologize.
Step one: in apache conf (v2.0.59), I add the PHPIniDir like:
PHPIniDir "c:/serveur/php5"
in my favorite php.ini (localized in c:/serveur/php5)
session.save_path = "c:/serveur/tmp"
That's all.
Step two, ...no step two in fact

Good works php team, php is so powerful.

Bye, have a good day,
Olivier.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 23:01:28 2024 UTC