|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-11-13 22:09 UTC] imacat at mail dot imacat dot idv dot tw
Dear PHP group,
I found a problem with transient SID. When I use transient SID with a link like this:
<a href="test.php?no=23&lang=en">Test Link</a>
It sends this to the client:
<a href="test.php?no=23&lang=en&PHPSESSID=ef70c06edde2294bdec74ae0fa421828">Test LInk</a>
The ampersand(&) is sent as "&" instead of "&" here. According to HTML 4.01/XHTML 1.1 (http://www.w3.org/), amersands(&) should always be send as "&" instead of "&" for the XML parser to work correctly. The latter result (&) cannot pass the W3C HTML validator (http://validator.w3.org/), and thus I cannot check the rest of my HTML.
I'm testing with PHP 4.3.0pre2. Can you fix this in the next release? Thanks.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 22:00:01 2025 UTC |
Dear PHP group, Oh... :p I'm terribly sorry for this. I have only checked the settings in the "session" section, and searched the PHP bug database in with the keyword "transient SID". Sorry for the unnecessary bothering and thank you for taking time on this.