All subsequent accesses to the same server (and by the default, the same response entity that generated the cookie) will include the cookie sent as the value of an additional request header, eg:HTTP/1.1 200 OK Set-cookie: SID=XYZZY8765765vk5ht ...other response headers
Each cookie can have several extra attributes, separated by semicolons:GET http://www.asdf.com/example.cgi HTTP/1.1 Cookie: SID=XYZZY8765765vk5ht ...other request headers
Name=Value
Name
" and
"Value
" can be any ASCII
string.expires=DATE
expires=Sun, 31 Dec 2005 23:59:59 GMT
domain=DOMAIN
domain=latrobe.edu.au
path=PATH
path=/
Lecture 8: Web Commerce Technologies | Copyright © 2005 P.Scott, La Trobe University Bendigo. |