Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / html / python / lib / file-cookie-jar-classes.html
CommitLineData
86530b38
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="lib.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="lib.html" title='Python Library Reference' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='index' href='genindex.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="next" href="cookie-policy-objects.html" />
13<link rel="prev" href="node542.html" />
14<link rel="parent" href="module-cookielib.html" />
15<link rel="next" href="cookie-policy-objects.html" />
16<meta name='aesop' content='information' />
17<title>11.20.2 FileCookieJar subclasses and co-operation with web browsers </title>
18</head>
19<body>
20<DIV CLASS="navigation">
21<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22<table align="center" width="100%" cellpadding="0" cellspacing="2">
23<tr>
24<td class='online-navigation'><a rel="prev" title="11.20.1 CookieJar and FileCookieJar"
25 href="node542.html"><img src='../icons/previous.png'
26 border='0' height='32' alt='Previous Page' width='32' /></A></td>
27<td class='online-navigation'><a rel="parent" title="11.20 cookielib "
28 href="module-cookielib.html"><img src='../icons/up.png'
29 border='0' height='32' alt='Up One Level' width='32' /></A></td>
30<td class='online-navigation'><a rel="next" title="11.20.3 CookiePolicy Objects"
31 href="cookie-policy-objects.html"><img src='../icons/next.png'
32 border='0' height='32' alt='Next Page' width='32' /></A></td>
33<td align="center" width="100%">Python Library Reference</td>
34<td class='online-navigation'><a rel="contents" title="Table of Contents"
35 href="contents.html"><img src='../icons/contents.png'
36 border='0' height='32' alt='Contents' width='32' /></A></td>
37<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
38 border='0' height='32' alt='Module Index' width='32' /></a></td>
39<td class='online-navigation'><a rel="index" title="Index"
40 href="genindex.html"><img src='../icons/index.png'
41 border='0' height='32' alt='Index' width='32' /></A></td>
42</tr></table>
43<div class='online-navigation'>
44<b class="navlabel">Previous:</b>
45<a class="sectref" rel="prev" href="node542.html">11.20.1 CookieJar and FileCookieJar</A>
46<b class="navlabel">Up:</b>
47<a class="sectref" rel="parent" href="module-cookielib.html">11.20 cookielib </A>
48<b class="navlabel">Next:</b>
49<a class="sectref" rel="next" href="cookie-policy-objects.html">11.20.3 CookiePolicy Objects</A>
50</div>
51<hr /></div>
52</DIV>
53<!--End of Navigation Panel-->
54
55<H2><A NAME="SECTION00132020000000000000000"></A><A NAME="file-cookie-jar-classes"></A>
56<BR>
5711.20.2 FileCookieJar subclasses and co-operation with web browsers
58
59</H2>
60
61<P>
62The following <tt class="class">CookieJar</tt> subclasses are provided for reading
63and writing . Further <tt class="class">CookieJar</tt> subclasses, including one
64that reads Microsoft Internet Explorer cookies, are available at
65<a class="url" href="http://wwwsearch.sf.net/ClientCookie/">http://wwwsearch.sf.net/ClientCookie/</a>.
66
67<P>
68<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
69 <td><nobr><b><span class="typelabel">class</span>&nbsp;<tt id='l2h-3634' xml:id='l2h-3634' class="class">MozillaCookieJar</tt></b>(</nobr></td>
70 <td><var>filename, delayload=<tt class="constant">None</tt>,
71 policy=<tt class="constant">None</tt></var>)</td></tr></table></dt>
72<dd>
73A <tt class="class">FileCookieJar</tt> that can load from and save cookies to disk in
74the Mozilla <code>cookies.txt</code> file format (which is also used by the
75Lynx and Netscape browsers). <span class="note"><b class="label">Note:</b>
76This loses information about RFC
772965 cookies, and also about newer or non-standard cookie-attributes
78such as <code>port</code>.</span>
79
80<P>
81<span class="warning"><b class="label">Warning:</b>
82Back up your cookies before saving if you have cookies whose
83loss / corruption would be inconvenient (there are some subtleties
84which may lead to slight changes in the file over a load / save
85round-trip).</span>
86
87<P>
88Also note that cookies saved while Mozilla is running will get
89clobbered by Mozilla.
90</dl>
91
92<P>
93<dl><dt><table cellpadding="0" cellspacing="0"><tr valign="baseline">
94 <td><nobr><b><span class="typelabel">class</span>&nbsp;<tt id='l2h-3635' xml:id='l2h-3635' class="class">LWPCookieJar</tt></b>(</nobr></td>
95 <td><var>filename, delayload=<tt class="constant">None</tt>,
96 policy=<tt class="constant">None</tt></var>)</td></tr></table></dt>
97<dd>
98A <tt class="class">FileCookieJar</tt> that can load from and save cookies to disk in
99format compatible with the libwww-perl library's <code>Set-Cookie3</code>
100file format. This is convenient if you want to store cookies in a
101human-readable file.
102</dl>
103
104<P>
105
106<DIV CLASS="navigation">
107<div class='online-navigation'>
108<p></p><hr />
109<table align="center" width="100%" cellpadding="0" cellspacing="2">
110<tr>
111<td class='online-navigation'><a rel="prev" title="11.20.1 CookieJar and FileCookieJar"
112 href="node542.html"><img src='../icons/previous.png'
113 border='0' height='32' alt='Previous Page' width='32' /></A></td>
114<td class='online-navigation'><a rel="parent" title="11.20 cookielib "
115 href="module-cookielib.html"><img src='../icons/up.png'
116 border='0' height='32' alt='Up One Level' width='32' /></A></td>
117<td class='online-navigation'><a rel="next" title="11.20.3 CookiePolicy Objects"
118 href="cookie-policy-objects.html"><img src='../icons/next.png'
119 border='0' height='32' alt='Next Page' width='32' /></A></td>
120<td align="center" width="100%">Python Library Reference</td>
121<td class='online-navigation'><a rel="contents" title="Table of Contents"
122 href="contents.html"><img src='../icons/contents.png'
123 border='0' height='32' alt='Contents' width='32' /></A></td>
124<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
125 border='0' height='32' alt='Module Index' width='32' /></a></td>
126<td class='online-navigation'><a rel="index" title="Index"
127 href="genindex.html"><img src='../icons/index.png'
128 border='0' height='32' alt='Index' width='32' /></A></td>
129</tr></table>
130<div class='online-navigation'>
131<b class="navlabel">Previous:</b>
132<a class="sectref" rel="prev" href="node542.html">11.20.1 CookieJar and FileCookieJar</A>
133<b class="navlabel">Up:</b>
134<a class="sectref" rel="parent" href="module-cookielib.html">11.20 cookielib </A>
135<b class="navlabel">Next:</b>
136<a class="sectref" rel="next" href="cookie-policy-objects.html">11.20.3 CookiePolicy Objects</A>
137</div>
138</div>
139<hr />
140<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
141</DIV>
142<!--End of Navigation Panel-->
143<ADDRESS>
144See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
145</ADDRESS>
146</BODY>
147</HTML>