comparison xml/en/docs/http/ngx_http_userid_module.xml @ 1233:726e8f47763c

Removed the "old browsers" phrase in upstream and userid modules.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 17 Apr 2014 19:22:31 +0400
parents b0e56cc57867
children c9545c331582
comparison
equal deleted inserted replaced
1232:ab2ea38f3512 1233:726e8f47763c
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="3"> 13 rev="4">
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
116 116
117 <para> 117 <para>
118 Sets a time during which a browser should keep the cookie. 118 Sets a time during which a browser should keep the cookie.
119 The parameter <literal>max</literal> will cause the cookie to expire on 119 The parameter <literal>max</literal> will cause the cookie to expire on
120 “<literal>31 Dec 2037 23:55:55 GMT</literal>”. 120 “<literal>31 Dec 2037 23:55:55 GMT</literal>”.
121 This is the maximum time understood by old browsers.
122 The parameter <literal>off</literal> will cause the cookie to expire at 121 The parameter <literal>off</literal> will cause the cookie to expire at
123 the end of a browser session. 122 the end of a browser session.
124 </para> 123 </para>
125 124
126 </directive> 125 </directive>