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