mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed a few grammatical errors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94822 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8e1d824667
commit
3ab7768142
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.62 -->
|
||||
<refentry id="function.session-cache-limiter">
|
||||
<refnamediv>
|
||||
|
@ -28,10 +28,10 @@
|
|||
than <literal>public</literal>.
|
||||
</para>
|
||||
<para>
|
||||
In <literal>private</literal> mode, Expire header sent to the
|
||||
client, may cause confusion for some browser including Mozilla.
|
||||
You can avoid this problem with
|
||||
<literal>private_no_expire</literal> mode. Expire header is never
|
||||
In <literal>private</literal> mode, the Expire header sent to the
|
||||
client may cause confusion for some browsers, including Mozilla.
|
||||
You can avoid this problem by using
|
||||
<literal>private_no_expire</literal> mode. The expire header is never
|
||||
sent to the client in this mode.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue