reference/session/sessionhandler.xml
62126c55f1c6ed444043e7272c4f9e233818a44b
...
...
@@ -85,6 +85,7 @@
85
85
</section>
86
86

87
87
<section xml:id="session.notes">
88
+
&reftitle.notes;
88
89
<warning>
89
90
<para>
90
91
This class is designed to expose the current internal PHP session save handler, if you want to
...
...
@@ -95,6 +96,7 @@
95
96
</section>
96
97

97
98
<section xml:id="sessionhandler.examples">
99
+
&reftitle.examples;
98
100
<example>
99
101
<title>
100
102
Using <classname>SessionHandler</classname> to add encryption to internal PHP save handlers.
101
103