mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53559 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2c9bf8e5ae
commit
ab12252790
1 changed files with 2 additions and 2 deletions
|
@ -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<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.
|
||||
</para>
|
||||
<!-- commented out until final decision on implementation
|
||||
|
|
Loading…
Reference in a new issue