ID: 20798 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Session related Operating System: RH7.2 PHP Version: 4.2.3 New Comment:
Read your php.ini closely, and pay attention to the arg_seperator.output setting. Not a bug -> bogus Previous Comments: ------------------------------------------------------------------------ [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