Increase php session time via .htaccess not working
- by Ken
I want to create the session timeout to 6 hours but my browser is still timing out in 1/2 hour.
I am on a PLESK server.
I updated .htaccess
php_value session.gc_maxlifetime 21600
php_value session.cache_expire 21600
php_value session.cookie_lifetime 21600
Here is the relevant PHPinfo:
Local Master
session.gc_maxlifetime 21600 1440
session.cache_expire 21600 180
session.gc_maxlifetime 21600 1440