[master] 496fa02 Document sess.xid in "Upgrading to 6.0".

Geoff Simmons geoff at uplex.de
Sun Mar 11 09:25:10 UTC 2018


commit 496fa02188cd63babf390377e6e3ef22f627a8c6
Author: Geoff Simmons <geoff at uplex.de>
Date:   Sun Mar 11 10:22:34 2018 +0100

    Document sess.xid in "Upgrading to 6.0".

diff --git a/doc/sphinx/whats-new/upgrading-6.0.rst b/doc/sphinx/whats-new/upgrading-6.0.rst
index 3931993..dd8faf1 100644
--- a/doc/sphinx/whats-new/upgrading-6.0.rst
+++ b/doc/sphinx/whats-new/upgrading-6.0.rst
@@ -73,6 +73,24 @@ Changes to VCL
 
 XXX: ... intro paragraph
 
+VCL variables
+~~~~~~~~~~~~~
+
+``sess.xid``
+------------
+
+This is the unique ID assigned by Varnish to the current session,
+which stands for the "conversation" with a single client connection
+that comprises one or more request/response transactions. It is the
+same XID shown in the log for session transactions (with
+``-g session`` grouping). ``sess.xid`` is read-only and is available
+as of VCL 4.1.
+
+XXX: VCL vars subhead 2
+-----------------------
+
+XXX: ...
+
 Unix domain sockets and VCL
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -262,19 +280,6 @@ to a ``*.ip`` variable whose value is set to ``0.0.0.0`` because the
 listener is UDS.  :ref:`func_set_ip_tos` is silently ignored when the
 listener is UDS.
 
-VCL variables
-~~~~~~~~~~~~~
-
-XXX: VCL vars subhead 1
------------------------
-
-XXX: ...
-
-XXX: VCL vars subhead 2
------------------------
-
-XXX: ...
-
 XXX VCL subhead 2
 ~~~~~~~~~~~~~~~~~
 


More information about the varnish-commit mailing list