From 4bf9100c6a6d0df5368850a74106da992e9e66c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 15 Jan 2018 15:24:20 +0100 Subject: [PATCH] set the session ttl to 60 minutes. --- config/autoload/local.php.dist | 2 +- vagrant/bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index f4525e1..9c855bb 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -89,7 +89,7 @@ return array( ], 'monarc' => array( - 'ttl' => 20, // timeout + 'ttl' => 60, // timeout 'cliModel' => 'generic', // model to display for the client, an ID of a specific model or 'generic' (empty for all) ), ); diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 8878df0..9d6fbb1 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -204,7 +204,7 @@ return array( ], 'monarc' => array( - 'ttl' => 20, // timeout + 'ttl' => 60, // timeout 'salt' => '', // salt privé pour chiffrement pwd ), );