$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting selected but when I comment the first line out. I get NULL, It by right should be in the session already why when I refresh , the data isnt in session?|
I tried to change session storage type to database but when I check it, the payload is empty!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community