From a6f03f585522c240459828713e2d1f8573a54116 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 1 Apr 2004 14:58:39 +0000 Subject: [PATCH] fix typo in tag name git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155144 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-id.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/session/functions/session-id.xml b/reference/session/functions/session-id.xml index e5a446e287..2387ae68ec 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ - When using session cookies, specifying an id for + 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.