Does the draft address what happens when I do the following: Req: HEAD /resource HTTP/1.1 Cookie: blah --- Resp: HTTP/1.1 200 OK Set-Cookie: blah or Req: HEAD /resource HTTP/1.1 --- Resp: HTTP/1.1 200 OK Set-Cookie: blah -marc --