From 8ab36e8a278614439d7c6ebb3983ae475842aff0 Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Thu, 1 Apr 2004 09:45:23 +0000 Subject: [PATCH] changed wording on previous update git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155130 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-id.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reference/session/functions/session-id.xml b/reference/session/functions/session-id.xml index 2b5994148a..e5a446e287 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + @@ -26,9 +26,10 @@ - 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. + When using session cookies, specifying an id for + 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.