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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 03:01:32 2024 UTC