Multiple cookies?

bpm@w3.org writes:
 > Well, I tried this, but it merged the two cookies.  So I changed
 > 
 > extraval = val + "," + extraval;
 > 
 > to be
 > 
 > extraval = val + ";" + extraval;
 > 
 > Then all I got was the FIRST cookie.  Oh well, I guess that I need to
 > go and look at what the header really looks like.  It just seems to not
 > ADD to the header.

I have tried the ',' with your script, and it looked ok, The HTTP spec
explcitly says that multiple headers can be combined by using ','. May
be your cookie support doesn't parse them properly afterward ?

Anselm.

Received on Friday, 7 February 1997 09:09:21 UTC