From ffb6a80bf0c6aeb7ed56f3afad2b439db43a2751 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Fri, 10 Aug 2001 00:47:27 +0000 Subject: [PATCH] Typo fixes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54037 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index 524f523993..6080c7be4b 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,4 +1,4 @@ - + Session handling functions Sessions @@ -164,9 +164,9 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A> - Non-relative URLs are assummed to point to external sites and + Non-relative URLs are assumed to point to external sites and hence don't append the SID, as it would be a security risk to - leak the SID to an different server. + leak the SID to a different server.