ID: 15934 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: Linux Debian 2.2 PHP Version: 4.1.2 New Comment:
It seems this 'bug' is 'answered' somewhat in bug #15804. see there for info and my comment. This bug can be migrated to 'bogus' therefore Previous Comments: ------------------------------------------------------------------------ [2002-03-07 10:30:04] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=15934&edit=1