From 91224d7744cfc48d010e4035121171eb825fa89f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 16 Jan 2010 22:27:39 +0000 Subject: [PATCH] Fixed bug#50782 (Description of the return value doesn't not match with the example code) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293631 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-name.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/session/functions/session-name.xml b/reference/session/functions/session-name.xml index 6f02ce5714..b3e2db10e0 100644 --- a/reference/session/functions/session-name.xml +++ b/reference/session/functions/session-name.xml @@ -14,7 +14,9 @@ session_name returns the name of the current - session or changes the name if name is given. + session. If name is given, + session_start will update the session name and return + the old session name. The session name is reset to the default value stored in