Cookies?
In the code above *allCookies*
is a string containing a semicolon-separated list of all cookies (i.e. key=value
pairs). Note that each keyand value may be surrounded by whitespace (space and tab characters): in fact, RFC 6265mandates a single space after each semicolon, but some user agents may not abide by this.
In the code above, newCookie
is a string of form key=value
Last updated