Skip to content

Commit

Permalink
Allowed custom session expiry time
Browse files Browse the repository at this point in the history
Closes #570
  • Loading branch information
ssddanbrown committed Nov 11, 2017
1 parent d89440d commit 6557921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
|
*/

'lifetime' => 120,
'lifetime' => env('SESSION_LIFETIME', 120),

'expire_on_close' => false,

Expand Down

0 comments on commit 6557921

Please sign in to comment.