Loading config/autoload/application.global.php +1 −1 Original line number Diff line number Diff line Loading @@ -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, ], Loading Loading
config/autoload/application.global.php +1 −1 Original line number Diff line number Diff line Loading @@ -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, ], Loading