Strange cookie issue(s)
I posted a long time ago about why cfcookie was not working well in IE. What was happening was that no matter what I did (expires="now", structdelete, cflogout) the cookies persisted on the local machine and could not be deleted. It only happened in IE. We decided the problem was related to the domain http://mydomain.com vs. http://www.mydomain.com. Since then I've done a 301 redirect so that the www. prefix will be appended to all pages and the cookie problem is still occurring.
The question is, what is the most effective way of permanently deleting a cookie using coldfusion 9??? Please don't use expires="now", structdelete, or cflogout as an answer because none of those work.
Thanks!
