php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5473 session value not saved
Submitted: 2000-07-09 00:23 UTC Modified: 2000-07-11 05:32 UTC
From: andy dot gilson at telus dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.0 OS: windows 2000
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: andy dot gilson at telus dot com
New email:
PHP Version: OS:

 

 [2000-07-09 00:23 UTC] andy dot gilson at telus dot com
When a backslash (\) is used to define the path in session.save_path in php.ini, the session value is not saved, only the session variable name, with an excalmation mark in front of it.

e.g. session.save_path = d:\tmp 

produces in the session file:
!my_session_variable|!SESSION|


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-11 05:32 UTC] sas at cvs dot php dot net
The problem in 4.0.0 was the ':' in session.save_path. This has been fixed by Andi for PHP 4.0.1. Please upgrade to the latest version.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 20:01:30 2025 UTC