What is your session configuration? app/config/session.php. Can you paste the configuration?
roshanjafri liked this reply
Has the storage folder got write permission?
i think the application can write to that folder. i checked the storage/session folder, i saw a few files. when i deleted them and open the site, the files appear again
oh, it is my fault. on my Admin model i made mistake implementing getAuthIdentifier(). after i change it to
return $this->id;
it works (before: return $this->email) thanks..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community