diff --git a/reference/session/reference.xml b/reference/session/reference.xml index a59c6d23ba..904efb13e4 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session Handling Functions Sessions @@ -211,6 +211,12 @@ unset($_SESSION['count']); + + + You can't use references in session variables as there is no feasible way + to restore reference to other variable. + +