Lines Matching refs:cookies
1 Updated: July 3, 2012 (http://curl.haxx.se/docs/http-cookies.html)
24 HTTP cookies are pieces of 'name=contents' snippets that a server tells the
26 requests to the same domains/paths for which the cookies were set.
28 Cookies are either "session cookies" which typically are forgotten when the
30 the cookies aren't session cookies they have expiration dates after which
36 For a very long time, the only spec explaining how to use cookies was the
40 and details how cookies work within HTTP.
44 Netscape once created a file format for storing cookies on disk so that they
46 sharing the cookies with browsers, only to see browsers move away from that
59 have curl receive and send cookies exactly as mandated in the specs.
65 tell curl a file to read cookies from and start the cookie engine, or if
69 -j, --junk-session-cookies
71 when used in combination with -b, it will skip all "session cookies" on
76 tell curl to start the cookie engine and write cookies to the given file
93 cookies from the given file. Read-only.
98 closed save all known cookies to the given cookiejar file. Write-only.
103 storage of cookies. Pass in the cookie as a HTTP header with all the
105 can also be used to flush the cookies etc.
116 can also set and access cookies.
119 capability to handle javascript, such cookies will not be detected or used.