Skip to content
Snippets Groups Projects
Commit 60ce4e05 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Set session.gc_maxlifetime to something more sensible than the default
  1440 seconds.
parent 4d16c7c6
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ ErrorDocument 500 /error.php
php_value magic_quotes_sybase 0
php_value arg_separator.output "&"
php_value session.cache_expire 200000
php_value session.gc_maxlifetime 200000
php_value session.cookie_lifetime 2000000
php_value session.auto_start 0
php_value session.save_handler user
......
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