📅  最后修改于: 2022-03-11 14:54:10.581000             🧑  作者: Mango
I have solved the session problem (419-page Expire) session as a database. I think it would be helpful.
Change .env variable to
SESSION_DRIVER=database
SESSION_LIFETIME=120
run this commands:
php artisan session:table
php artisan cache:clear
php artisan migrate