increase session timeout
This commit is contained in:
parent
4928adb91a
commit
d6dcca9bcd
@ -27,4 +27,6 @@ environment:
|
|||||||
DOLI_DB_PASSWORD: dolibar
|
DOLI_DB_PASSWORD: dolibar
|
||||||
DOLI_DB_NAME: dolibarr
|
DOLI_DB_NAME: dolibarr
|
||||||
DOLI_URL_ROOT: 'http://0.0.0.0'
|
DOLI_URL_ROOT: 'http://0.0.0.0'
|
||||||
PHP_INI_DATE_TIMEZONE: 'Europe/Paris'
|
PHP_INI_DATE_TIMEZONE: 'Europe/Paris'
|
||||||
|
PHP_INI_SESSION_GC_MAXLIFETIME: 7200
|
||||||
|
PHP_INI_SESSION_COOKIE_LIFETIME: 7200
|
Loading…
x
Reference in New Issue
Block a user