F
Filament14mo ago
Daniel

I can only log in as a user when I check the remeber me box

Solution:
just for testing, can u set the driver to SESSION_DRIVER=file
Jump to solution
12 Replies
Patrick
Patrick14mo ago
do you have a session_domain in your env file?
Daniel
DanielOP14mo ago
I only use mysql database
No description
Daniel
DanielOP14mo ago
I tried in another browser, incognito tabs
Patrick
Patrick14mo ago
is the session persisted in the database?
Daniel
DanielOP14mo ago
and restart the application
Solution
Patrick
Patrick14mo ago
just for testing, can u set the driver to SESSION_DRIVER=file
Daniel
DanielOP14mo ago
no
No description
Daniel
DanielOP14mo ago
ok worked @Patrick1989
Patrick
Patrick14mo ago
yea but thats not a good solution tho
Daniel
DanielOP14mo ago
But is using file worse than using a database?
Patrick
Patrick14mo ago
if u want to use the database driver that should be fine no not worse
Daniel
DanielOP14mo ago
Thanks for your help, I will try to solve this problem 😆

Did you find this page helpful?