php - Why aren't my session's persisting after setting session.cookie_lifetime -
i have line, added couple of days ago:
ini_set('session.cookie_lifetime',60*60*24*7);
and can confirm in phpinfo it's set 604800.
but in /var/lib/php/session folder have no files older 25 minutes.
so something's pruning them out, against wishes. idea what?
thanks
Comments
Post a Comment