~ubuntu-branches/ubuntu/hardy/libapache2-mod-python/hardy

« back to all changes in this revision

Viewing changes to doc-html/pyapi-cookie-example.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
5
 
<link rel="first" href="modpython.html" title='Mod_python Manual'>
6
 
<link rel='contents' href='contents.html' title="Contents">
7
 
<link rel='index' href='genindex.html' title='Index'>
8
 
<link rel='last' href='about.html' title='About this document...'>
9
 
<link rel='help' href='about.html' title='About this document...'>
10
 
<LINK REL="prev" href="pyapi-cookie-func.html">
11
 
<LINK REL="parent" href="pyapi-cookie.html">
12
 
<LINK REL="next" href="pyapi-sess.html">
13
 
<meta name='aesop' content='information'>
14
 
<META NAME="description" CONTENT="Examples">
15
 
<META NAME="keywords" CONTENT="modpython">
16
 
<META NAME="resource-type" CONTENT="document">
17
 
<META NAME="distribution" CONTENT="global">
 
4
<link rel="STYLESHEET" href="modpython.css" type='text/css' />
 
5
<link rel="first" href="modpython.html" title='Mod_python Manual' />
 
6
<link rel='contents' href='contents.html' title="Contents" />
 
7
<link rel='index' href='genindex.html' title='Index' />
 
8
<link rel='last' href='about.html' title='About this document...' />
 
9
<link rel='help' href='about.html' title='About this document...' />
 
10
<link rel="prev" href="pyapi-cookie-func.html" />
 
11
<link rel="parent" href="pyapi-cookie.html" />
 
12
<link rel="next" href="pyapi-sess.html" />
 
13
<meta name='aesop' content='information' />
18
14
<title>4.7.3 Examples</title>
19
15
</head>
20
16
<body>
21
17
<DIV CLASS="navigation">
 
18
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22
19
<table align="center" width="100%" cellpadding="0" cellspacing="2">
23
20
<tr>
24
 
<td><a rel="prev" title="4.7.2 Functions" 
25
 
  href="pyapi-cookie-func.html"><img src='previous.gif'
26
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
27
 
<td><a rel="parent" title="4.7 Cookie - HTTP" 
28
 
  href="pyapi-cookie.html"><img src='up.gif'
29
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
30
 
<td><a rel="next" title="4.8 Session - Session" 
31
 
  href="pyapi-sess.html"><img src='next.gif'
32
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
 
21
<td class='online-navigation'><a rel="prev" title="4.7.2 Functions"
 
22
  href="pyapi-cookie-func.html"><img src='previous.png'
 
23
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
24
<td class='online-navigation'><a rel="parent" title="4.7 Cookie - HTTP"
 
25
  href="pyapi-cookie.html"><img src='up.png'
 
26
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
27
<td class='online-navigation'><a rel="next" title="4.8 Session - Session"
 
28
  href="pyapi-sess.html"><img src='next.png'
 
29
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
33
30
<td align="center" width="100%">Mod_python Manual</td>
34
 
<td><a rel="contents" title="Table of Contents" 
35
 
  href="contents.html"><img src='contents.gif'
36
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
37
 
<td><img src='blank.gif'
38
 
  border='0' height='32'  alt='' width='32'></td>
39
 
<td><a rel="index" title="Index" 
40
 
  href="genindex.html"><img src='index.gif'
41
 
  border='0' height='32'  alt='Index' width='32'></A></td>
 
31
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
32
  href="contents.html"><img src='contents.png'
 
33
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
34
<td class='online-navigation'><img src='blank.png'
 
35
  border='0' height='32'  alt='' width='32' /></td>
 
36
<td class='online-navigation'><a rel="index" title="Index"
 
37
  href="genindex.html"><img src='index.png'
 
38
  border='0' height='32'  alt='Index' width='32' /></A></td>
42
39
</tr></table>
 
40
<div class='online-navigation'>
43
41
<b class="navlabel">Previous:</b>
44
42
<a class="sectref" rel="prev" href="pyapi-cookie-func.html">4.7.2 Functions</A>
45
43
<b class="navlabel">Up:</b>
46
44
<a class="sectref" rel="parent" href="pyapi-cookie.html">4.7 Cookie - HTTP</A>
47
45
<b class="navlabel">Next:</b>
48
46
<a class="sectref" rel="next" href="pyapi-sess.html">4.8 Session - Session</A>
49
 
<br><hr>
 
47
</div>
 
48
<hr /></div>
50
49
</DIV>
51
50
<!--End of Navigation Panel-->
52
51
 
53
 
<H2><A NAME="SECTION006730000000000000000">&nbsp;</A>
 
52
<H2><A NAME="SECTION006730000000000000000"></A><A NAME="pyapi-cookie-example"></A>
54
53
<BR>
55
54
4.7.3 Examples
56
55
</H2>
112
111
<P>
113
112
 
114
113
<DIV CLASS="navigation">
115
 
<p><hr>
 
114
<div class='online-navigation'>
 
115
<p></p><hr />
116
116
<table align="center" width="100%" cellpadding="0" cellspacing="2">
117
117
<tr>
118
 
<td><a rel="prev" title="4.7.2 Functions" 
119
 
  rel="prev" title="4.7.2 Functions" 
120
 
  href="pyapi-cookie-func.html"><img src='previous.gif'
121
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
122
 
<td><a rel="parent" title="4.7 Cookie - HTTP" 
123
 
  rel="parent" title="4.7 Cookie - HTTP" 
124
 
  href="pyapi-cookie.html"><img src='up.gif'
125
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
126
 
<td><a rel="next" title="4.8 Session - Session" 
127
 
  rel="next" title="4.8 Session - Session" 
128
 
  href="pyapi-sess.html"><img src='next.gif'
129
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
 
118
<td class='online-navigation'><a rel="prev" title="4.7.2 Functions"
 
119
  href="pyapi-cookie-func.html"><img src='previous.png'
 
120
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
 
121
<td class='online-navigation'><a rel="parent" title="4.7 Cookie - HTTP"
 
122
  href="pyapi-cookie.html"><img src='up.png'
 
123
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
 
124
<td class='online-navigation'><a rel="next" title="4.8 Session - Session"
 
125
  href="pyapi-sess.html"><img src='next.png'
 
126
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
130
127
<td align="center" width="100%">Mod_python Manual</td>
131
 
<td><a rel="contents" title="Table of Contents" 
132
 
  rel="contents" title="Table of Contents" 
133
 
  href="contents.html"><img src='contents.gif'
134
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
135
 
<td><img src='blank.gif'
136
 
  border='0' height='32'  alt='' width='32'></td>
137
 
<td><a rel="index" title="Index" 
138
 
  rel="index" title="Index" 
139
 
  href="genindex.html"><img src='index.gif'
140
 
  border='0' height='32'  alt='Index' width='32'></A></td>
 
128
<td class='online-navigation'><a rel="contents" title="Table of Contents"
 
129
  href="contents.html"><img src='contents.png'
 
130
  border='0' height='32'  alt='Contents' width='32' /></A></td>
 
131
<td class='online-navigation'><img src='blank.png'
 
132
  border='0' height='32'  alt='' width='32' /></td>
 
133
<td class='online-navigation'><a rel="index" title="Index"
 
134
  href="genindex.html"><img src='index.png'
 
135
  border='0' height='32'  alt='Index' width='32' /></A></td>
141
136
</tr></table>
 
137
<div class='online-navigation'>
142
138
<b class="navlabel">Previous:</b>
143
139
<a class="sectref" rel="prev" href="pyapi-cookie-func.html">4.7.2 Functions</A>
144
140
<b class="navlabel">Up:</b>
145
141
<a class="sectref" rel="parent" href="pyapi-cookie.html">4.7 Cookie - HTTP</A>
146
142
<b class="navlabel">Next:</b>
147
143
<a class="sectref" rel="next" href="pyapi-sess.html">4.8 Session - Session</A>
148
 
<hr>
149
 
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
 
144
</div>
 
145
</div>
 
146
<hr />
 
147
<span class="release-info">Release 3.3.1, documentation updated on January 29, 2007.</span>
150
148
</DIV>
151
149
<!--End of Navigation Panel-->
152
150