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:
parent
4fe80e8025
commit
6bfd58999f
@ -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>
|
||||
|
||||
* wget.texi (Directory Options): Removed stray text after
|
||||
|
@ -1155,13 +1155,13 @@ cookies''), but also see @samp{--keep-session-cookies}.
|
||||
@cindex cookies, session
|
||||
@cindex session cookies
|
||||
@item --keep-session-cookies
|
||||
|
||||
When specified, causes @samp{--save-cookies} to also save session
|
||||
cookies. Session cookies are normally not save because they are
|
||||
supposed to be forgotten when you exit the browser. Saving them is
|
||||
useful on sites that require you to log in or to visit the home page
|
||||
before you can access some pages. With this option, multiple Wget runs
|
||||
are considered a single browser session as far as the site is concerned.
|
||||
cookies. Session cookies are normally not saved because they are
|
||||
meant to be kept in memory and forgotten when you exit the browser.
|
||||
Saving them is useful on sites that require you to log in or to visit
|
||||
the home page before you can access some pages. With this option,
|
||||
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,
|
||||
Wget marks them with an expiry timestamp of 0. Wget's
|
||||
|
Loading…
Reference in New Issue
Block a user