From 3ab7768142a54427508fb5b561078e4fa86fa265 Mon Sep 17 00:00:00 2001 From: Erica Douglass Date: Fri, 6 Sep 2002 05:35:35 +0000 Subject: [PATCH] Fixed a few grammatical errors. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94822 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-cache-limiter.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/session/functions/session-cache-limiter.xml b/reference/session/functions/session-cache-limiter.xml index 4ef045872d..b9db270b9e 100644 --- a/reference/session/functions/session-cache-limiter.xml +++ b/reference/session/functions/session-cache-limiter.xml @@ -1,5 +1,5 @@ - + @@ -28,10 +28,10 @@ than public. - In private mode, Expire header sent to the - client, may cause confusion for some browser including Mozilla. - You can avoid this problem with - private_no_expire mode. Expire header is never + In private mode, the Expire header sent to the + client may cause confusion for some browsers, including Mozilla. + You can avoid this problem by using + private_no_expire mode. The expire header is never sent to the client in this mode.