comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1072:502f4be2d62e

Documented the "ssl_session_reused" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Feb 2014 16:00:45 +0000
parents e26a9f598e40
children ac131944d349
comparison
equal deleted inserted replaced
1071:c4c7350041a0 1072:502f4be2d62e
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="11"> 13 rev="12">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
712 returns the protocol of an established SSL connection; 712 returns the protocol of an established SSL connection;
713 </tag-desc> 713 </tag-desc>
714 714
715 <tag-name><var>$ssl_session_id</var></tag-name> 715 <tag-name><var>$ssl_session_id</var></tag-name>
716 <tag-desc> 716 <tag-desc>
717 returns the session identifier of an established SSL connection. 717 returns the session identifier of an established SSL connection;
718 </tag-desc>
719
720 <tag-name><var>$ssl_session_reused</var></tag-name>
721 <tag-desc>
722 returns “<literal>r</literal>” if an SSL session was reused,
723 or “<literal>.</literal>” otherwise (1.5.11).
718 </tag-desc> 724 </tag-desc>
719 725
720 </list> 726 </list>
721 </para> 727 </para>
722 728