I have an .htaccess file with:
php_value session.gc_maxlifetime 10
Where do I place the .htaccess file? In the directory of the session creation or in the directory of session start?
I have an .htaccess file with:
php_value session.gc_maxlifetime 10
Where do I place the .htaccess file? In the directory of the session creation or in the directory of session start?