Support the ongoing development of Laravel.io →
Authentication Security
Last updated 1 year ago.
0
Solution

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

0

Sign in to participate in this thread!

Eventy

Your banner here too?

alu0075 alu0075 Joined 2 Jan 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.