I can't understand why my cookie isn't being sent, I use the following code:
and on my PC it works for both FF & IE. However I tried it on my bosses PC and it acted as if the cookie didn't even get sent. I tried changing IEs setting to prompt for when cookies are sent but it never poped up.PHP Code:setcookie("logincode", $UserGUID, time()+60*60*24*7, "/", "foxhunters.ElectromanUK.com", 0);
The line of code definitly got ran aswell.




)
Reply With Quote