Commit 67089a51 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction durée de vie session #53521

parent 1245c31a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ return [

    'session_config' => [
        // Session cookie will expire in 1 hour.
        'cookie_lifetime' => 0,
        'cookie_lifetime' => 60 * 60 * 1,
        // Session data will be stored on server maximum for 30 days.
        'gc_maxlifetime'  => 60 * 60 * 24 * 30,
    ],