summary refs log tree commit diff stats
path: root/lib/system/hti.nim
Commit message (Expand)AuthorAgeFilesLines
* some love for the testsuite; fixed regressionsAraq2015-03-011-3/+3
* Fix typosFederico Ceratto2015-02-151-1/+1
* introduced 'benign' pragmaAraq2014-10-251-2/+2
* the big renamefest: first stepsAraq2014-08-221-1/+1
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
* progress on deepCopyAraq2014-08-011-0/+1
* New concurrency model: next stepsAraq2014-04-191-1/+1
* case consistency part 4Araq2013-12-271-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-10/+33
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-1/+1
* more uint related fixesZahary Karadjov2012-06-141-1/+3
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-211-0/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-3/+2
* Added typeinfo moduledom962011-06-091-2/+8
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-1/+1
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-1/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* added tools and web dirsAndreas Rumpf2009-09-151-29/+22
* version0.7.10Andreas Rumpf2009-06-081-0/+65
id='n35' href='#n35'>35 36
37
38
39
40
41
42
43
44
45
46
47
48
49
                                                  


                                          
                                                   
                                                                        






                                                                           
                                                                                

















                                                                        



                                                                          







                                                                      
                                                                         



                                                                 
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 3.0//EN">
<HTML>
<HEAD>
<TITLE>Help on the Cookie Jar Page</TITLE>
<LINK rev="made" href="mailto:lynx-dev@nongnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
<h1>+++ Cookie Jar Page Help +++</h1>

The Cookie Jar Page displays all of the unexpired cookies you have
accumulated in the hypothetical <em>Cookie Jar</em>.  The cookies are
obtained via <em>Set-Cookie</em> MIME headers in replies from http servers,
and are used for <A HREF="../Lynx_users_guide.html#Cookies">State Management</A>
across successive requests to the servers.

<p>The cookies are listed by <em>domain</em> (server's Fully Qualified
Domain Name, or site-identifying portion of the FQDN), and in order
of decreasing specificity (number of slash-separated symbolic elements
in the <em>path</em> attribute of the cookie).  When Lynx sends requests
to an http server whose address tail-matches a <em>domain</em> in the
<em>Cookie Jar</em>, all its cookies with a <em>path</em> which
head-matches the path in the URL for that request are included as a
<em>Cookie</em> MIME header.  The 'allow' setting for accepting cookies
from each domain (always, never, or via prompt) also is indicated in the
listing.

<p>The listing also shows the <em>port</em> (normally 80) of the URL
for the request which caused the cookie to be sent, and whether the
<em>secure</em> flag is set for the cookie, in which case it will be
sent only via secure connections (presently, only SSL).  The
<em>Maximum Gobble Date</em>, i.e., when the cookie is intended to
expire, also is indicated.  Also, a server may change the expiration date,
or cause the cookie to be deleted, in its replies to subsequent requests
from Lynx.  If the server included any explanatory comments in its
<em>Set-Cookie</em> MIME headers, those also are displayed in the listing.

<p>The <em>domain</em>=value pairs, and each cookie's name=value, are
links in the listing.  Activating a <em>domain</em>=value link will
invoke a prompt asking whether all cookies in that <em>domain</em>
should be <em>Gobbled</em> (deleted from the <em>Cookie Jar</em>),
and/or whether the <em>domain</em> entry should be <em>Gobbled</em>
if all of its cookies have been <em>Gobbled</em>, or whether to change
the 'allow' setting for that <em>domain</em>.  Activating a cookie's
name=value link will cause that particular cookie to be <em>Gobbled</em>.
You will be prompted for confirmations of deletions, to avoid any
accidental <em>Gobbling</em>.
</BODY>
</HTML>