almightyegg Posted August 1, 2007 Author Share Posted August 1, 2007 do I have to Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312406 Share on other sites More sharing options...
realjumper Posted August 1, 2007 Share Posted August 1, 2007 Yeah...do yourself a favour....go get Firefox....you'll be glad you did! Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312407 Share on other sites More sharing options...
almightyegg Posted August 1, 2007 Author Share Posted August 1, 2007 That's the one I went for anyways. And guess what, it didn't work!!! Again!!! I've had firefox before, didn't like it, but I'll keep it for website testing purposes now Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312410 Share on other sites More sharing options...
realjumper Posted August 1, 2007 Share Posted August 1, 2007 Well...I don't know what else to offer. I can't see any reason for this to not work. It works for me so I guess I'll have to wait and see if someone else can help....sorry Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312413 Share on other sites More sharing options...
almightyegg Posted August 1, 2007 Author Share Posted August 1, 2007 cheers for the help anyways mate Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312416 Share on other sites More sharing options...
premiso Posted August 1, 2007 Share Posted August 1, 2007 Have you tried adding the path and domain to the setcookie? Are you on localhost or a live server? <?php setcookie("email", "", time() - 3600, '/', '.domain.com'); setcookie("password", "", time() - 3600, '/', '.domain.com'); Header("Location: test.php"); ?> It also depends on how you set the cookies initially, post that code. Incase you are trying this on localhost I suggest you read this article: http://www.aeonity.com/frost/php-setcookie-localhost-apache Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312419 Share on other sites More sharing options...
almightyegg Posted August 1, 2007 Author Share Posted August 1, 2007 that worked!!! haha! thanks :D Quote Link to comment https://forums.phpfreaks.com/topic/62741-solved-problems-deleting-my-cookies/page/2/#findComment-312425 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.