Hello all,
I'm wondering if you can change the value of session.gc_maxlifetime using php_value session.gc_maxlifetime ".:14400" in an .htaccess file much the same way you would change other php.ini config parms.
I currently have this in an .htacces file and it doesn't to be working. Is my syntax correct? The problem is that my session keep getting cleaned up after 24 minutes
Thanks in advance
RO