jenssegers / laravel-mongodb-session

A MongoDB session driver for Laravel
77 stars 27 forks source link

Laravel 8 like database session driver #25

Open undjike opened 3 years ago

undjike commented 3 years ago

Hello, why not follow the database session driver of Laravel 8 ?

Because that way, it ships with some other features like IP address, active connections, loging out from other devices.

It's really a nightmare without this behavior.

undjike commented 3 years ago

I tried to do without this driver but the database session driver of Laravel 8. But, unfortunately, it's not working. Every request leads to Page Expired.