mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Change session duration, fix #14
This commit is contained in:
parent
82129d1d3f
commit
f6bf9fb12b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ define('BRUTEFORCE_LOCKDOWN_DURATION', 15);
|
|||
|
||||
// Session duration in second (0 = until the browser is closed)
|
||||
// See http://php.net/manual/en/session.configuration.php#ini.session.cookie-lifetime
|
||||
define('SESSION_DURATION', 1);
|
||||
define('SESSION_DURATION', 60);
|
||||
|
||||
// HTTP client proxy
|
||||
define('HTTP_PROXY_HOSTNAME', '');
|
||||
|
|
Loading…
Add table
Reference in a new issue