mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Resets to cache_expire, not cache_limiter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303894 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
28ac74c88c
commit
be2821383a
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@
|
|||
</para>
|
||||
<para>
|
||||
The cache expire is reset to the default value of 180 stored in
|
||||
<literal>session.cache_limiter</literal> at request startup time. Thus,
|
||||
<link linkend="ini.session.cache-expire">session.cache_expire</link>
|
||||
at request startup time. Thus,
|
||||
you need to call <function>session_cache_expire</function> for every
|
||||
request (and before <function>session_start</function> is called).
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue