Actually fix the endless redirect loop when the application needs a fresh JWT.

This commit is contained in:
Dane Everitt
2018-06-17 15:06:34 -07:00
parent 5c3d3f6ce9
commit 81da55d46b
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ return [
|
*/
'lifetime' => env('SESSION_LIFETIME', 10080),
'lifetime' => env('SESSION_LIFETIME', 720),
'expire_on_close' => false,