None of my sessions are being saved in laravel.
Workplace: Windows 10 Nginx, latest. PHP, latest. Redis, latest (for sessions)
Nothing works, (neither with Apache).
On our live server everything is allright. also other laravel projects are working fine.
any idea where I can look to find my problem?
I tried using file, and came to the conclusion, on each redirect I am losing my session key and a new one is made.
So I found it.
The solution was: A double cookie was set. (for session id)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community