yes i have changed the storage to database. I have a table session in my database, i created the table using php artisan session:table and php artisan migrate .
In my config/session.php i have
'driver' => env('SESSION_DRIVER', 'database'),
The problem is My session table is always empty, no records are added, even the 'id' or 'user_id' are not being updated.