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
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
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,