sas Tue Dec 17 05:36:58 2002 EDT Modified files: /phpdoc/en/reference/session/functions session-cache-expire.xml session-cache-limiter.xml Log: improvements Index: phpdoc/en/reference/session/functions/session-cache-expire.xml diff -u phpdoc/en/reference/session/functions/session-cache-expire.xml:1.3 phpdoc/en/reference/session/functions/session-cache-expire.xml:1.4 --- phpdoc/en/reference/session/functions/session-cache-expire.xml:1.3 Sun Nov 17 06:57:29 2002 +++ phpdoc/en/reference/session/functions/session-cache-expire.xml Tue Dec 17 +05:36:58 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/session.xml, last change in rev 1.38 --> <refentry id='function.session-cache-expire'> <refnamediv> @@ -19,7 +19,7 @@ current cache expire is replaced with <parameter>new_cache_expire</parameter>. </para> <para> - See also the <link linkend="ini.session.cache-expire">session.cache_expire</link> + Also see the <link linkend="ini.session.cache-expire">session.cache_expire</link> configuration directive. </para> </refsect1> Index: phpdoc/en/reference/session/functions/session-cache-limiter.xml diff -u phpdoc/en/reference/session/functions/session-cache-limiter.xml:1.4 phpdoc/en/reference/session/functions/session-cache-limiter.xml:1.5 --- phpdoc/en/reference/session/functions/session-cache-limiter.xml:1.4 Sun Nov 17 08:52:05 2002 +++ phpdoc/en/reference/session/functions/session-cache-limiter.xml Tue Dec 17 +05:36:58 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/session.xml, last change in rev 1.62 --> <refentry id="function.session-cache-limiter"> <refnamediv> @@ -19,13 +19,13 @@ new value. </para> <para> - The cache limiter controls the cache control HTTP headers sent to the - client. These headers determine the rules by which the page content - may be cached. Setting the cache limiter to <literal>nocache</literal>, - for example, would disallow any client-side caching. A value of - <literal>public</literal>, however, would permit caching. It can also - be set to <literal>private</literal>, which is slightly more restrictive - than <literal>public</literal>. + The cache limiter defines which cache control HTTP headers are sent to + the client. These headers determine the rules by which the page content + may be cached by the client and intermediate proxies. Setting the cache + limiter to <literal>nocache</literal> disallows any client/proxy caching. + A value of <literal>public</literal> permits caching by proxies and the + client, whereas <literal>private</literal> disallows caching by proxies + and permits the client to cache the contents. </para> <para> In <literal>private</literal> mode, the Expire header sent to the @@ -36,7 +36,7 @@ </para> <note> <para> - <literal>private_no_expire</literal> was added in PHP 4.2.0dev. + <literal>private_no_expire</literal> was added in PHP 4.2.0. </para> </note> <para> @@ -63,7 +63,7 @@ </programlisting> </example> <para> - See also the <link linkend="ini.session.cache-limiter">session.cache_limiter</link> + Also see the <link +linkend="ini.session.cache-limiter">session.cache_limiter</link> configuration directive. </para> </refsect1>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php