Keep me logged
-
Hello, How Can I do a function for keep me logged all time in bagisto?
-
Hi @LilD,
Default session lifetime is 120 minutes, just go to
.env
file and increase the value ofSESSION_LIFETIME
to whatever you want.And then after changes don't forget to run,
php artisan optimize