php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10689 When adding the SID to the end of a URL in a <a href>, not HTML4 compliant.
Submitted: 2001-05-06 04:34 UTC Modified: 2001-05-06 06:09 UTC
From: phill at kenoyer dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.5 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: phill at kenoyer dot com
New email:
PHP Version: OS:

 

 [2001-05-06 04:34 UTC] phill at kenoyer dot com
When the session code adds the SID to the end of the <a
href> it does it like:
 <a href="test.php?q=something&SID=123123123">

The & should be &amp;.  It fails on HTML4 validation.

I can't get my pages to validate currently.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-06 06:09 UTC] sniper@php.net
Check the php.ini file for arg_separator.output
directive. This is the old arg_separator directive.

(There is also arg_separator.input but it's safe to leave
it untouched.)

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 22:01:27 2025 UTC