ID:               20798
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Session related
 Operating System: RH7.2
 PHP Version:      4.2.3
 New Comment:

+1 from here. It wont break anything and complies with present
standards.


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

[2002-12-04 07:34:19] [EMAIL PROTECTED]

Woops, my fault. Havent noticed that before. Maybe & should be
default?

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

[2002-12-03 14:57:50] [EMAIL PROTECTED]

Read your php.ini closely, and pay attention to the
arg_seperator.output setting.

Not a bug -> bogus

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

[2002-12-03 14:56:44] [EMAIL PROTECTED]

When a PHP option session.use_trans_sid is set on, and user has cookies
disabled, every URL in page is altered by PHP to include the SID in
them.

However possible "amp"-signs in urls are not produced as valid html
(according to w3c). Heres an example:

A page has a link similiar to:
-- HREF="/some.php?a=b&c=d"
after adding SID it becomes:
-- HREF="/some.php?a=b&c=d&SID=WHATEVER"

Should be:
-- HREF="/some.php?a=b&c=d&SID=WHATEVER"

am I right? Or didn't I just notice something?
And btw, bug search system doesn like & as a search word, says that
I'm a bad cracker :|

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


-- 
Edit this bug report at http://bugs.php.net/?id=20798&edit=1

Reply via email to