I wrote into .htaccess line of code:
php_value session.gc_maxlifetime 20
But after 20 seconds session is not destroyed. What problems are can be?
php_value session.gc_maxlifetime 20
But after 20 seconds session is not destroyed. What problems are can be?
Comment