Posted by R. Rajesh Jeba Anbiah on 10/14/05 13:39
db_guy wrote:
<snip>
> I have been studying the phpinfo() page and came across the
> session.cache_expire variable. Here is what I found out about this
> variable:
>
> session.cache_expire specifies time-to-live for cached session pages in
> minutes, this has no effect for nocache limiter. Defaults to 180.
>
> Forgive my ignorance, but does this mean that after 180 minutes, a
> session will expire and be destroyed?
You're confusing cache_expire with gc_maxlifetime
<http://in.php.net/session#ini.session.gc-maxlifetime>
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|