> Well I've been in the corporate intranet world too long where cookies > are not used (at least in my world).
What? Cookies are used ALL THE TIME in the corporate intranet world, or at least the part I'm in. But I digress. > In the meantime, IE 7 & 8 have come out with the addition of the > "Privacy" tab under Internet Options for cookie prefs. > > It seems the IE default level is medium-high which allows cookies I set > via CFCOOKIE to be set. If I crank the setting up to High, the cookies > will not be set. > > I have no idea why, but I'd bet someone on list has dealt with this in > the past 4-5 years ;-) > > Thanks in advance for any insight (or even better a way to set the > cookie that will pass even the High level in IE 7/8). You need to create a privacy policy. http://www.w3.org/P3P/ In addition, you'll need to use first-party cookies only (cookies within the domain of your actual site - you can't host content from another domain and have that content set a cookie). Also, you can't store "contact information" in a cookie - presumably, that means email addresses, but I don't know for sure. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330854 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

