php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15934 parameter seperator for url rewriting not w3c compliant
Submitted: 2002-03-07 10:30 UTC Modified: 2002-03-07 12:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: wim at kern dot nl Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.2 OS: Linux Debian 2.2
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: wim at kern dot nl
New email:
PHP Version: OS:

 

 [2002-03-07 10:30 UTC] wim at kern dot nl
When enabling url rewriting with sessions, the paramter seperator used for seperating the SID= from other parameteres in the uri is not w3c compliant.

PHP uses & (&) for seperating the SID= from other paramters in an URI, w3c states (and they are so right) that this character is used for entities like &. It could let to some hard to find errors in future browsers when they parse it like so.

I suggest php uses the ; for parameter seperation as the standards from w3c state.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-07 11:59 UTC] wim at kern dot nl
It seems this 'bug' is 'answered' somewhat in bug #15804.
see there for info and my comment.

This bug can be migrated to 'bogus' therefore
 [2002-03-07 12:00 UTC] wim at kern dot nl
See last comment, this bug is handled somewhat in bug #15804 which is marked as bogus.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 11:01:32 2025 UTC