From:             daniel dot marcus at gmail dot com
Operating system: windows 2000 server
PHP version:      4.3.10
PHP Bug Type:     Session related
Bug description:  Cookies separated by colon, not semicolon

Description:
------------
The browser (nokia 3200 and others) sends the cookies in the form:
name="value",name2="value2"
instead of:
name="value";name2="value2"

In the first example above PHP will get only one cookie:
"name" with it's value set to: "value,name2=value2". So all the others
cookies are lost.

How can i fix this on php for windows?

session.save_handler = files
session.save_path ="C:\AppServ\php\session"
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_divisor     = 1000
session.gc_maxlifetime = 1440
session.bug_compat_42 = 0
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_expire = 180
session.use_trans_sid = 0



-- 
Edit bug report at http://bugs.php.net/?id=32111&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32111&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32111&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32111&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32111&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32111&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32111&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32111&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32111&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32111&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32111&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32111&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32111&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32111&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32111&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32111&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32111&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32111&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32111&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32111&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32111&r=mysqlcfg

Reply via email to