changeset 1072:502f4be2d62e

Documented the "ssl_session_reused" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Feb 2014 16:00:45 +0000
parents c4c7350041a0
children d29658e75ebe
files xml/en/docs/http/ngx_http_ssl_module.xml xml/ru/docs/http/ngx_http_ssl_module.xml
diffstat 2 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Tue Feb 11 18:08:12 2014 +0400
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Mon Feb 10 16:00:45 2014 +0000
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -714,7 +714,13 @@
 
 <tag-name><var>$ssl_session_id</var></tag-name>
 <tag-desc>
-returns the session identifier of an established SSL connection.
+returns the session identifier of an established SSL connection;
+</tag-desc>
+
+<tag-name><var>$ssl_session_reused</var></tag-name>
+<tag-desc>
+returns “<literal>r</literal>” if an SSL session was reused,
+or “<literal>.</literal>” otherwise (1.5.11).
 </tag-desc>
 
 </list>
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Tue Feb 11 18:08:12 2014 +0400
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Mon Feb 10 16:00:45 2014 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="11">
+        rev="12">
 
 <section id="summary">
 
@@ -713,7 +713,13 @@
 
 <tag-name><var>$ssl_session_id</var></tag-name>
 <tag-desc>
-возвращает идентификатор сессии установленного SSL-соединения.
+возвращает идентификатор сессии установленного SSL-соединения;
+</tag-desc>
+
+<tag-name><var>$ssl_session_reused</var></tag-name>
+<tag-desc>
+возвращает “<literal>r</literal>”, если сессия была использована повторно,
+иначе “<literal>.</literal>” (1.5.11).
 </tag-desc>
 
 </list>