I have these two cookies that I am setting, they work in firefox but no where else, I have no idea why and I’ve been googling my ass off trying to find an answer…here are my cookies
setcookie("expire", 'Baldhead' , time() + 1800, "/");
setcookie("baldhead", 'Baldhead' , time() + 7200, "/");
Why are they not working?
You can use just this
Hope this works for you .