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
 [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: Fri May 24 11:01:34 2024 UTC