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:
Erica Douglass 2002-09-06 05:35:35 +00:00
parent 8e1d824667
commit 3ab7768142

View file

@ -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>