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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -