php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15504 Links with appended sessionid fail W3C validation
Submitted: 2002-02-11 09:32 UTC Modified: 2002-02-11 16:01 UTC
From: genesis at blasterkill dot de Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.1 OS: Win2k
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: genesis at blasterkill dot de
New email:
PHP Version: OS:

 

 [2002-02-11 09:32 UTC] genesis at blasterkill dot de
Checking my document with the w3c validator displays only one error: 

Line 25, column 50: 
  ... /dot.gif" alt=""><A href="/index.php?menu=current&PHPSESSID=56f19c351a ...
                                                        ^
Error: unknown entity "PHPSESSID" 

The correct way to append the id would be <A href="/index.php?menu=current&amp;PHPSESSID=56f19c351a ...

And it would not fail any more.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-11 15:42 UTC] mfischer@php.net
Correct. It's an INI switch btw (but don't remember it right now).
 [2002-02-11 16:01 UTC] cnewbill@php.net
arg_separator is what you're after.

-Chris
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 15:01:33 2024 UTC