php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #77437
Patch doc-fix-77437 revision 2019-01-20 17:57 UTC by girgias@php.net

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>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 09:01:28 2024 UTC