git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53559 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2001-08-06 13:05:37 +00:00
parent 2c9bf8e5ae
commit ab12252790

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.49 $ -->
<!-- $Revision: 1.50 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -993,7 +993,7 @@ echo "The cache limiter is now set to $cache_limiter&lt;p&gt;";
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.
</para>
<!-- commented out until final decision on implementation