I have a system and I use cookies to temporarily save an information, but I noticed a problem with a certain user and when trying to solve the problem, I noticed that it had cookies disabled (do not ask me why).
I cook the cookies in a conventional manner by php
setcookie(...);
So, these are my questions: