From: [EMAIL PROTECTED] Operating system: Linux Debian 2.2 PHP version: 4.1.2 PHP Bug Type: Session related Bug description: parameter seperator for url rewriting not w3c compliant
When enabling url rewriting with sessions, the paramter seperator used for seperating the SID= from other parameteres in the uri is not w3c compliant. PHP uses & (&) for seperating the SID= from other paramters in an URI, w3c states (and they are so right) that this character is used for entities like &. It could let to some hard to find errors in future browsers when they parse it like so. I suggest php uses the ; for parameter seperation as the standards from w3c state. -- Edit bug report at http://bugs.php.net/?id=15934&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15934&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15934&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15934&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15934&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15934&r=support Expected behavior: http://bugs.php.net/fix.php?id=15934&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15934&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15934&r=submittedtwice