ID: 10689
Updated by: sniper
Reported By: [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] [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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to