ID: 43007 User updated by: unlucio at gmail dot com Reported By: unlucio at gmail dot com Status: Open Bug Type: HTTP related Operating System: Linux PHP Version: 5.2.4 New Comment:
More over, Same thing seams to happen for those devices that use ";" (semicolons) instead of "; " (semicolons plus space). Kind of very bothering thing, since when one of those happens the result is everything between an empty session or multiple sessions been created (empty or filled) for the same device. This is actually tricky, as long as u have just the sessionID as only value in you cookie everything works fine. The odd things starts to happen once u add more then one cookie value. For instance, dealing with regular cookies leads to the usual: Cookie: PHPSESSID=s1buavh0oa80dggt6i646nl084; test=ok Array ( [PHPSESSID] => s1buavh0oa80dggt6i646nl084 [test] => ok ) this is what happening with the other separators: Cookie: PHPSESSID=a4qmclqmck8kok2gj26vblmj72, test=ok, Array ( [PHPSESSID] => a4qmclqmck8kok2gj26vblmj72, test=ok ) which is just silly ;P Most important: I hope there is a patch for this somewhere, we cannot afford to use a cvs or development version since we're in a production environment :( thx for help lucio Previous Comments: ------------------------------------------------------------------------ [2007-10-17 15:56:06] unlucio at gmail dot com Description: ------------ hello, for some reason I'm experiencing pretty much the same reported here: http://bugs.php.net/bug.php?id=32827 with cellphone like the BlackBerry, ecc. Am I missing something? thx for help lucio ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43007&edit=1