Reputation: 45
How would I set the PHPSESSID for Laravel 5 to have a lifetime of one day?
Upvotes: 0
Views: 341
Reputation: 9454
Set 'lifetime' => 1440 at config/session.php.
'lifetime' => 1440
config/session.php
Upvotes: 1