Coldfusion StructDelete creates blank value
问题 I'm using Codlfusion 9's StructDelete() method to remove a value from a cookie. But after using StructDelete(cookie,"selector12") I'm getting a value of [empty string] for cookie.selector12 despite deleting it This is the code I'm using: <cfdump var="#cookie#"> <!--- kill any existing selector cookie when looking at a profile ---> <cfset structDelete(cookie,'selector#URL.clk#')> <cfdump var="selector#URL.clk#"> <cfdump var="#cookie#"> To give the following output: Does StructDelete actually