set the session ttl to 60 minutes.
parent
3159d07df8
commit
4bf9100c6a
|
@ -89,7 +89,7 @@ return array(
|
||||||
],
|
],
|
||||||
|
|
||||||
'monarc' => 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)
|
'cliModel' => 'generic', // model to display for the client, an ID of a specific model or 'generic' (empty for all)
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
@ -204,7 +204,7 @@ return array(
|
||||||
],
|
],
|
||||||
|
|
||||||
'monarc' => array(
|
'monarc' => array(
|
||||||
'ttl' => 20, // timeout
|
'ttl' => 60, // timeout
|
||||||
'salt' => '', // salt privé pour chiffrement pwd
|
'salt' => '', // salt privé pour chiffrement pwd
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue