Hi, I tried to send two cookies using the following ways: 1) Set-cookie: cookie1=val1;cookie2=val2
and also as 2) Set-cookie: cookie1=val1 Set-cookie: cookie2=val2 But with both the approaches, browsers( IE 5.0.x and Nescape 4.7) seem to get only the first cookie. I am using Apache 2.0 and making the call apr_table_add(r->headers_out, ...) to add the Set-cookie headers. So I am wondering where is the problem. Can some body please help me out ? Regards, Khushnood Naqvi
