php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9421 &PHPSESSID should use &
Submitted: 2001-02-23 10:31 UTC Modified: 2001-02-26 04:11 UTC
From: morten at wtf dot dk Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.4pl1 OS: Linux
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: morten at wtf dot dk
New email:
PHP Version: OS:

 

 [2001-02-23 10:31 UTC] morten at wtf dot dk
According to this page:

http://www.htmlhelp.com/tools/validator/problems.html#amp

You must use & and not & in URLs to validate documents
properly, and in order to Netscape 3.x to not fail it.

PHP sessions generate this in the URL, like:
&PHPSESSID=4f07bc5ee9353dc
which should have been:
&PHPSESSID=4f07bc5ee9353dc

should be self explainable

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-26 04:11 UTC] sniper@php.net
This is fixed in CVS. Please try with CVS snapshot from http://snaps.php.net/
and check the php.ini-dist file for 'arg_separator' directive.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Nov 25 16:01:31 2024 UTC