标签: php session php-ini
I've declared the ini_set('session.gc_maxlifetime', '14400');. It has to last for 14400 seconds = 240 minutes = 4 hours. But, it only lasts for 24 minutes (the default value of this function).
ini_set('session.gc_maxlifetime', '14400');
Why?
Thanks!