> Having problems deleting a specific cookie using then normal > EXPIRES="now" syntax. > > The cookie is set via a 3rd party Java servlet and the template > to expire/delete the cookie containing this code ... > > <cfcookie name="foo" value="blah" expires="NOW"> > > .. executes fine, but the cookie is not deleted. I do not have any > CFLOCATION tags in the template, so I am really confused. > > Has anyone had a similar experience or any ideas on why the cookie > is persisting?
Is the fully-qualified host and domain name different for the servlet than it is for the script with your code in it? You won't be able to delete cookies set by another host or domain, by default. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

