From 6d4c09548bf8e6cec6534dc6685ba9eed37855fd Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 14 Jun 2010 12:40:37 +0000 Subject: [PATCH] session_start() -> session_name(). Fix #52080 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300430 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-name.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/session/functions/session-name.xml b/reference/session/functions/session-name.xml index 2130af3043..c479cd8a40 100644 --- a/reference/session/functions/session-name.xml +++ b/reference/session/functions/session-name.xml @@ -15,7 +15,7 @@ session_name returns the name of the current session. If name is given, - session_start will update the session name and return + session_name will update the session name and return the old session name.