Quantcast
Channel: Laravel session expires randomly - Stack Overflow
Viewing all articles
Browse latest Browse all 5

Answer by Sudharshan R for Laravel session expires randomly

$
0
0

In my case this was an issue with the cached config file. Laravel creates a config file which is cached inside bootstrap/cache folder. Rename this config.php file to something else and run "php artisan cache:clear"

Then run the site and it should work fine


Viewing all articles
Browse latest Browse all 5

Trending Articles