you can edit /app/config/session.php there is a setting on 'driver' => 'file'
this is the default, and actually this represents session usage - files are created under /app/stoarage/session
also, on the same file, please see the line with 'expire_on_close' => false this is by default, change it to true for fitting your need
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community