From ab12252790fe9b63c380f0376ff5e47161ad34bd Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 6 Aug 2001 13:05:37 +0000 Subject: [PATCH] typo... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53559 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index c2cfc71f09..524f523993 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -1,4 +1,4 @@ - + Session handling functions Sessions @@ -993,7 +993,7 @@ echo "The cache limiter is now set to $cache_limiter<p>"; script may operate on a session at any time. When using framesets together with sessions you will experience the frames loading one by one due to this locking. You can reduce the time needed to - laod all the frames by ending the session as soon as all changes + load all the frames by ending the session as soon as all changes to session variables are done.