apache .htaccess timeout

Lets set the timeout at 40 minutes!

<IfModule mod_php5.c>
    #Session timeout
    php_value session.cookie_lifetime 2400
    php_value session.gc_maxlifetime 2400
</IfModule>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.