From: [EMAIL PROTECTED] Operating system: Debian GNU Linux PHP version: 4.1.1 PHP Bug Type: Session related Bug description: use_trans_sid creates invalid HTML
When using sessions and trans_sid is enabled local links are re-written to include the SID. However this re-writing just appends &<sessionname>=SID. However to comply with HTML standards this needs to be &<sessionname>=SID (netscape 3.x can't handle these types of links either!) php4 from debian testing (4.1.1-2) -- Edit bug report at http://bugs.php.net/?id=15653&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15653&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15653&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15653&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15653&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15653&r=support Expected behavior: http://bugs.php.net/fix.php?id=15653&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15653&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15653&r=submittedtwice
