DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9483>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9483

Only latest written cookie is send by apache

           Summary: Only latest written cookie is send by apache
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: PC
               URL: http://ibf.dhs.org
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


I've installed PHP on apache, but when I send two cookie's within PHP only the 
last one is parsed by apache.

example
file1.php
setcookie("cookie1","data1",time()+3600);
setcookie("cookie2","data2",time()+3600);

file2.php
var_dump($cookie1,$cookie2);

file 2 dumps only the value of cookie2, because the last one isn't saved
this problem only appears on apache 2.x

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to