Re: draft-ietf-http-state-mgmt-01.txt LAST CALL

Marc Salomon (marc@ckm.ucsf.edu)
Tue, 18 Jun 1996 13:48:30 -0700


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

--