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
.envfile and increase the value ofSESSION_LIFETIMEto whatever you want.And then after changes don't forget to run,
php artisan optimize