mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
7c62d81304
commit
05cb3a193f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue