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

[svn] Improved entry on --keep-session-cookies.

This commit is contained in:
hniksic 2005-04-26 13:26:24 -07:00
parent 4fe80e8025
commit 6bfd58999f
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2005-04-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Improved entry on
--keep-session-cookies.
2005-04-26 Hrvoje Niksic <hniksic@xemacs.org> 2005-04-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Directory Options): Removed stray text after * wget.texi (Directory Options): Removed stray text after

View File

@ -1155,13 +1155,13 @@ cookies''), but also see @samp{--keep-session-cookies}.
@cindex cookies, session @cindex cookies, session
@cindex session cookies @cindex session cookies
@item --keep-session-cookies @item --keep-session-cookies
When specified, causes @samp{--save-cookies} to also save session When specified, causes @samp{--save-cookies} to also save session
cookies. Session cookies are normally not save because they are cookies. Session cookies are normally not saved because they are
supposed to be forgotten when you exit the browser. Saving them is meant to be kept in memory and forgotten when you exit the browser.
useful on sites that require you to log in or to visit the home page Saving them is useful on sites that require you to log in or to visit
before you can access some pages. With this option, multiple Wget runs the home page before you can access some pages. With this option,
are considered a single browser session as far as the site is concerned. multiple Wget runs are considered a single browser session as far as
the site is concerned.
Since the cookie file format does not normally carry session cookies, Since the cookie file format does not normally carry session cookies,
Wget marks them with an expiry timestamp of 0. Wget's Wget marks them with an expiry timestamp of 0. Wget's