Darkness
Darkness

Reputation: 45

Setting the lifetime of a session within Laravel 5

How would I set the PHPSESSID for Laravel 5 to have a lifetime of one day?

Upvotes: 0

Views: 341

Answers (1)

user2094178
user2094178

Reputation: 9454

Set 'lifetime' => 1440 at config/session.php.

Upvotes: 1

Related Questions