about summary refs log tree commit diff stats
path: root/lynx_help
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-07-31 09:38:29 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-07-31 09:38:29 -0400
commite6ba2a01f70f84d9133cf305e4b493c9d656cb21 (patch)
tree264c4d01cf7791c9f77d583f05456a6108df3cdc /lynx_help
parentaa3258c631eaca9dc2e7e2590b8778b827006144 (diff)
downloadlynx-snapshots-e6ba2a01f70f84d9133cf305e4b493c9d656cb21.tar.gz
snapshot of project "lynx", label v2-8-1dev_19
Diffstat (limited to 'lynx_help')
-rw-r--r--lynx_help/Lynx_users_guide.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html
index b5e5cd5d..69fd6517 100644
--- a/lynx_help/Lynx_users_guide.html
+++ b/lynx_help/Lynx_users_guide.html
@@ -1780,6 +1780,9 @@ This support can be disabled by default via the SET_COOKIES symbol in the
 compilation (<em>userdefs.h</em>) and/or run time (<em>lynx.cfg</em>)
 configuration files, and that default setting can be toggled via the
 <em>-cookies</em> command line switch.
+The SET_COOKIES symbol can be further modified by the EAT_ALL_COOKIES mode.
+If EAT_ALL_COOKIES is set TRUE, and SET_COOKIES is TRUE, Lynx will accept 
+all cookies. 
 
 <p>When cookie support is enabled, <em>Set-Cookie</em> MIME headers
 received from an http server invoke confirmation prompts with possible
@@ -1928,6 +1931,8 @@ where
 		    or one specified on the command line to standard out.
 		    This can be used in the following way:<br>
 		    <em>lynx -dump http://www.w3.org/</em>
+	     <dt><code>-eat_all_cookies</code>
+		<dd>accept all cookies.
 	     <dt><code>-editor=EDITOR</code>
 		<dd>enable edit mode using the specified
 		    <em>EDITOR</em>. (vi, ed, emacs, etc.)