diff --git a/reference/session/reference.xml b/reference/session/reference.xml index 904efb13e4..c7e0a55298 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session Handling Functions Sessions @@ -214,7 +214,7 @@ unset($_SESSION['count']); 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.