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.