1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Document cookie-related options.

Published in <sxs8zkmnaec.fsf@florida.arsdigita.de>.
This commit is contained in:
hniksic 2001-04-26 23:08:23 -07:00
parent c6e565fd33
commit 55c0317e53
2 changed files with 37 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-04-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Document cookie options.
2001-01-20 Karl Eichwalder <ke@suse.de>
* Makefile.in: Provide and use DESTDIR according to the Coding

View File

@ -833,6 +833,30 @@ and flushing out-of-date documents on proxy servers.
Caching is allowed by default.
@cindex cookies
@item --cookies=on/off
When set to off, disable the use of cookies. Cookies are a mechanism
for maintaining server-side state. The server sends the client a cookie
using the @code{Set-Cookie} header, and the client responds with the
same cookie upon further requests. Since cookies allow the server
owners to keep track of visitors and for sites to exchange this
information, some consider them a breach of privacy. The default is to
use cookies; however, @emph{storing} cookies is not on by default.
@cindex loading cookies
@cindex cookies, loading
@item --load-cookies @var{file}
Load cookies from @var{file} before the first HTTP retrieval. The
format of @var{file} is one used by Netscape and Mozilla, at least their
Unix version.
@cindex saving cookies
@cindex cookies, saving
@item --save-cookies @var{file}
Save cookies from @var{file} at the end of session. Cookies whose
expiry time is not specified, or those that have already expired, are
not saved.
@cindex Content-Length, ignore
@cindex ignore length
@item --ignore-length
@ -1905,6 +1929,15 @@ When set to off, disallow server-caching. See the @samp{-C} option.
@item convert links = on/off
Convert non-relative links locally. The same as @samp{-k}.
@item cookies = on/off
When set to off, disallow cookies. See the @samp{--cookies} option.
@item load_cookies = @var{file}
Load cookies from @var{file}. See @samp{--load-cookies}.
@item save_cookies = @var{file}
Save cookies to @var{file}. See @samp{--save-cookies}.
@item cut_dirs = @var{n}
Ignore @var{n} remote directory components.