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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC