From 61b4ea2861885932ba10a002f0dbe1d6ab2fbc6d Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Thu, 1 Apr 2004 09:42:18 +0000 Subject: [PATCH] bug #22771: session_id(...) causes same cookie to be sent more than once git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155129 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-id.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/session/functions/session-id.xml b/reference/session/functions/session-id.xml index 759d81b226..2b5994148a 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + @@ -24,6 +24,13 @@ For example, the file session handler only allows characters in the range a-z, A-Z and 0-9! + + + When using session cookies, session_id will always + send a new cookie when session_start is called, + regardless if the current session id is identical to the one being set. + + The constant SID can also be used to retrieve the current name and session id as a string suitable for