1
I have a system and use cookies to temporarily store information, but I noticed a problem with a certain user and when trying to solve the problem, I noticed that the cookies disabled (do not ask me why).
I serve cookies conventionally by php
setcookie(...);
So these are my questions:
- How do I know if a user has disabled browser cookies?
- If so, how should I proceed?
It would not be the case to record and try to recover a cookie precisely to make the diagnosis and then warn the user that the site requires the enabling of cookies or even block access to the system?
– Leandro Angelo
In a way yes, @Leandroangelo
– Victor Eyer