ID: 32111 Updated by: [EMAIL PROTECTED] Reported By: daniel dot marcus at gmail dot com -Status: Open +Status: Feedback Bug Type: Session related Operating System: windows 2000 server PHP Version: 4.3.10 New Comment:
Can you please provide the full headers the client (the phone in this case) sends? Previous Comments: ------------------------------------------------------------------------ [2005-02-25 16:49:21] daniel dot marcus at gmail dot com 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 this bug report at http://bugs.php.net/?id=32111&edit=1