git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165567 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2004-08-06 21:57:41 +00:00
parent 0025122ade
commit cf4527aa7e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.48 $ -->
<!-- $Revision: 1.49 $ -->
<reference id="ref.session">
<title>Session Handling Functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -214,7 +214,7 @@ unset($_SESSION['count']);
<warning>
<para>
You can't use references in session variables as there is no feasible way
to restore reference to other variable.
to restore a reference to another variable.
</para>
</warning>
<para>