Lines Matching refs:cookies
7 requests to the same domains and paths for which the cookies were set.
9 Cookies are either "session cookies" which typically are forgotten when the
11 the cookies aren't session cookies they have expiration dates after which
17 For a very long time, the only spec explaining how to use cookies was the
21 published and details how cookies work within HTTP. In 2016, an update which
26 to deprecate modification of 'secure' cookies from non-secure origins. Both
34 Netscape once created a file format for storing cookies on disk so that they
36 sharing the cookies with browsers, only to see browsers move away from that
70 have curl receive and send cookies exactly as mandated in the specs.
76 tell curl a file to read cookies from and start the cookie engine, or if it
80 `-j, --junk-session-cookies`
82 when used in combination with -b, it will skip all "session cookies" on load
87 tell curl to start the cookie engine and write cookies to the given file
104 cookies from the given file. Read-only.
109 closed save all known cookies to the given cookiejar file. Write-only.
114 storage of cookies. Pass in the cookie as a HTTP header with all the details
116 used to flush the cookies etc.
127 can also set and access cookies.
130 capability to handle javascript, such cookies will not be detected or used.