ID: 40364 Updated by: [EMAIL PROTECTED] Reported By: olivier at bolender dot org -Status: Closed +Status: Bogus Bug Type: Session related Operating System: Windows XP PHP Version: 5.2.0
Previous Comments: ------------------------------------------------------------------------ [2007-02-05 15:26:20] 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. ------------------------------------------------------------------------ [2007-02-05 14:40:58] [EMAIL PROTECTED] 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 14:35:47] 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 !! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40364&edit=1