Welcome Guest, Not a member yet? Register   Sign In
Problem deleting cookies
#3

[eluser]InsiteFX[/eluser]
Try this and see if it works. When deleting cookies the expire time has to be in the pass.
Code:
$expire=time()-60*60*24*30;
setcookie("outreach-scorer", "", $expire);


Messages In This Thread
Problem deleting cookies - by El Forum - 03-26-2008, 12:46 PM
Problem deleting cookies - by El Forum - 06-27-2012, 08:42 AM
Problem deleting cookies - by El Forum - 06-27-2012, 09:07 AM
Problem deleting cookies - by El Forum - 06-27-2012, 09:25 AM
Problem deleting cookies - by El Forum - 06-27-2012, 09:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB