From a1082cdb9a6aabe413300e30faee0d08b9b6511c Mon Sep 17 00:00:00 2001 From: natrak <> Date: Sat, 3 Jun 2000 09:20:45 +0000 Subject: [PATCH] Changing the httpd conf so the sessions are stored longer and use DROPID as the cookie name :) --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index 7e0d99a94c71..9a69c7655638 100644 --- a/.htaccess +++ b/.htaccess @@ -27,3 +27,8 @@ ErrorDocument 402 /error.php ErrorDocument 403 /error.php ErrorDocument 404 /error.php ErrorDocument 500 /error.php + +# PHP settings +php_value session.cookie_lifetime 1728000 +php_value session.gc_maxlifetime 1728000 +php_value session.name DROPID -- GitLab