?
2012-06-20 01:41:31 UTC
setcookie("wishlist", $wishlist, mktime(0, 0, 0, 12, 5, 2015));
Now the problem is that when i check the cookies through the developer tools in the browser, it shows the cookie expiration date as Sun, 07 Dec 1969, 03:28:36 GMT. Can you help me out to sort this problem.