From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.4pl1
PHP Bug Type:     URL related
Bug description:  transparent sessions not w3c compliant

transparent sessions don't appear to be w3c compliant, in that when a url
is not cookied, it appears as, eg

<a href="index.php?id=xyz&PHPSESSION=3982982">
where it should be
<a href="index.php?id=xyz&amp;PHPSESSION=3982982">

see http://www.htmlhelp.com/tools/validator/problems.html#amp
-- 
Edit bug report at: http://bugs.php.net/?id=13848&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to