- From: Marc Salomon <marc@ckm.ucsf.edu>
- Date: Thu, 13 Jun 1996 16:07:47 -0700
- To: http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com
|4.2.2 Set-Cookie Syntax The syntax for the Set-Cookie response header is
|set-cookie = "Set-Cookie:" cookies
|cookies = 1#cookie |
|cookie = NAME "=" VALUE *(";" cookie-av)
|NAME = attr
|VALUE = value
|cookie-av = "Domain" "=" value
| | "Max-Age" "=" value
| | "Path" "=" value
| | "Secure"
| | "Version" "=" 1*DIGIT
|If an attribute appears more than once in a cookie, the behavior is undefined.
Is there any reason to include grammar that didn't preclude sharing a cookie
across multiple domains, but specify its behavior explicitly as undefined?
-marc
--
Received on Thursday, 13 June 1996 16:16:02 UTC