Corrected in CVS.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50069 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2001-06-23 23:56:22 +00:00
parent 7c62d81304
commit 05cb3a193f

View file

@ -956,7 +956,7 @@ echo "The cache limiter is now set to $cache_limiter<p>";
<para>
Session data is usually stored after your script terminated
without the need to call <function>session_end</function>, but as
session data is locked to prevend concurrent writes only one
session data is locked to prevent concurrent writes only one
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