Support the ongoing development of Laravel.io →
Authentication Session
Last updated 2 years ago.
0

What is your session configuration? app/config/session.php. Can you paste the configuration?

Last updated 2 years ago.

roshanjafri liked this reply

1

it's the default config/session.php

Last updated 2 years ago.
0

Has the storage folder got write permission?

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

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..

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

asasmoyo asasmoyo Joined 21 Aug 2014

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.