are you sure the cookies where accepted by the browser?
are you checking for the cookies on the next page request? (on the page you set them they don't appear!)
Try setting the 4th argument to '/'. Also, make sure you're accessing the cookie on a different page. You can't access the cookie on the same page you set it!