From d47b8a1c086f164cd1bf1fe713e91939dc8e1ce1 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Sat, 30 Nov 2002 01:54:59 +0000 Subject: [PATCH] Corrected a typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106240 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 4eabf8b125..759d81b226 100644 --- a/reference/session/functions/session-id.xml +++ b/reference/session/functions/session-id.xml @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ The constant SID can also be used to retrieve the current name and session id as a string suitable for adding to URLs. Note that SID is only defined if - the client didn't sent the right cookie. See also Session handling.