Multiple cookie bug

I have a servlet that sets 2 cookies.  The next time I get a request
from that particular browser and do a request.getCookies(), the returned
Cookie array has a length of only 1.  It appears that the second cookie
is not getting set.  I checked the browser's cookie file (I'm using IE
v4 on NT) and there is only 1 cookie listed.

swap 

Received on Friday, 18 June 1999 03:31:53 UTC