Skip to content
Snippets Groups Projects
Commit a1082cdb authored by natrak's avatar natrak
Browse files

Changing the httpd conf so the sessions are stored longer and use DROPID as the cookie name :)

parent e1a7c7a6
Branches
Tags
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment