Answer the question
In order to leave comments, you need to log in
Session is not working correctly?
Laravel 5.2.45
I can't figure out why laravel doesn't remember my sessions.
I write this code:
Session::put('key', 'value');
dd(Session::all());
Session::put('key', 'value')
, I refresh the page and what I added disappears, but the system information remains the same as it was. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question