mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
improvements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108363 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
53d13b3cf1
commit
967969a257
2 changed files with 12 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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 @@ echo "The cache limiter is now set to $cache_limiter<p>";
|
|||
</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>
|
||||
|
|
Loading…
Reference in a new issue