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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment