[PHP-DEV] Bug #10689 Updated: When adding the SID to the end of a URL in a <a href>, not HTML4 compliant. From: sniper <email protected>
Date: 05/06/01

ID: 10689
Updated by: sniper
Reported By: phill <email protected>
Old-Status: Open
Status: Closed
Bug Type: *Session related
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:

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

Previous Comments:
---------------------------------------------------------------------------

[2001-05-06 04:34:16] phill <email protected>
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.

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10689&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>