set the session ttl to 60 minutes.

pull/86/head
Cédric Bonhomme 2018-01-15 15:24:20 +01:00
parent 3159d07df8
commit 4bf9100c6a
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 2 additions and 2 deletions

View File

@ -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)
),
);

View File

@ -204,7 +204,7 @@ return array(
],
'monarc' => array(
'ttl' => 20, // timeout
'ttl' => 60, // timeout
'salt' => '', // salt privé pour chiffrement pwd
),
);