Patch doc-fix-77437 for Session related Bug #77437
Patch version 2019-01-20 17:57 UTC 
Return to Bug #77437 |
Download this patch 
Patch Revisions:
Developer: girgias@php.net
--- en/reference/session/functions/session-unset.xml
+++ en/reference/session/functions/session-unset.xml
@@ -64,6 +64,12 @@
     of session variables through the <varname>$_SESSION</varname> superglobal.
    </para>
   </caution>
+  <note>
+   <para>
+    Only use <function>session_unset</function> for older deprecated code
+    that does not use <varname>$_SESSION</varname>.
+   </para>
+  </note>
  </refsect1>
 
 </refentry>
         |