From 91485d8909619eae36e246663d09399aa3195154 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 7 Dec 2001 01:12:34 +0000 Subject: [PATCH] incorporate notes for session_delete. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64130 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index 2358c85e67..cd899411dc 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -384,13 +384,35 @@ To continue, click here session_destroy destroys all of the data - associated with the current session. + associated with the current session. It does not unset any of + the global variables associated with the session, or unset the + session cookie. This function returns &true; on success and &false; on failure to destroy the session data. + + + Destroying a session + + +]]> + + +