From 3e9bf816f3bd88bd41be456aa02ab3ec9a12203c Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 22 Sep 2004 08:31:49 +0000 Subject: [PATCH] Some data can be serialized (bug #17419) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168962 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/session/reference.xml b/reference/session/reference.xml index c7e0a55298..cdcee19f20 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session Handling Functions Sessions @@ -44,6 +44,14 @@ being not defined. On subsequent accesses, these are not defined by the session module unless the user defines them later. + + + Some types of data can not be serialized thus stored in sessions. It + includes resource variables or objects with circular + references (i.e. objects which passes a reference to itself to another + object). + + Session handling was added in PHP 4.0.