comparison xml/en/docs/http/ngx_http_userid_module.xml @ 684:2ff9c3ea8c98

Documented the userid_mark directive in the userid module.
author Vladimir Homutov <vl@nginx.com>
date Tue, 18 Sep 2012 08:39:31 +0000
parents 764fbac1b8b4
children 17d0c825f098
comparison
equal deleted inserted replaced
683:6c14c73d74ee 684:2ff9c3ea8c98
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_userid_module" 10 <module name="Module ngx_http_userid_module"
11 link="/en/docs/http/ngx_http_userid_module.html" 11 link="/en/docs/http/ngx_http_userid_module.html"
12 lang="en" 12 lang="en"
13 rev="1"> 13 rev="2">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_userid_module</literal> module sets cookies 18 The <literal>ngx_http_userid_module</literal> module sets cookies
119 </para> 119 </para>
120 120
121 </directive> 121 </directive>
122 122
123 123
124 <directive name="userid_mark">
125 <syntax><value>off | letter | digit | =</value></syntax>
126 <default>off</default>
127 <context>http</context>
128 <context>server</context>
129 <context>location</context>
130
131 <para>
132 Sets the first symbol of the cookie’s representation base64 tail
133 (“<literal>==</literal>” by default) and resets all accepted cookies
134 with another tail.
135 It may be useful if it's required to add or change the P3P or the cookie expire
136 time and leave the internally encoded value unchanged.
137 </para>
138
139 </directive>
140
141
124 <directive name="userid_name"> 142 <directive name="userid_name">
125 <syntax><value>name</value></syntax> 143 <syntax><value>name</value></syntax>
126 <default>uid</default> 144 <default>uid</default>
127 <context>http</context> 145 <context>http</context>
128 <context>server</context> 146 <context>server</context>