I am trying to set a cookie in laravel 5 using the standard method
Cookie::make('room_1', $data, $minutes); But unfortunately this does not work, I tried to add a queue to the queue.
Cookie::queue('room_1', $data, $minutes); It worked, but I still want to know why make does not work, I launch it in the controller when the page loads