mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
adding session.gc_maxlifetime = 14400 (4 hours session lifetime) to our apache config
This commit is contained in:
parent
4966da5b00
commit
e4f1aaea49
@ -47,6 +47,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||
php_admin_value upload_tmp_dir /tmp
|
||||
php_value post_max_size 65M
|
||||
php_value max_input_vars 3000
|
||||
php_admin_value session.gc_maxlifetime 14400
|
||||
<Files ~ "\.inc\.php$">
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
|
Loading…
Reference in New Issue
Block a user