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
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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