reverted last change, see http://php.net/unset

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65637 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2001-12-18 21:35:30 +00:00
parent 1f10c6688c
commit 2b899a5cc0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.66 $ -->
<!-- $Revision: 1.67 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -645,7 +645,7 @@ echo "The previous session name was $previous_name<p>";
<para>
This function doesn't unset the corresponding global variable for
<parameter>name</parameter>, it only prevents the variable from being
saved as part of the session. You must call <function>session_unset</function>
saved as part of the session. You must call <function>unset</function>
to remove the corresponding global variable.
</para>
</caution>