How to set a user session time in Laravel
By default Laravel when logging a user into a website the session time is set to 120 minutes. They may be instances where you need this increased. As with most things in Laravel Its straight forward to do.

Read this article about How to set a user session time in Laravel→