21 Replies Latest reply: Jun 14, 2013 8:15 AM by Joe Bigler RSS

    How to kill a coldfusion cookie??

    lovewebdev Community Member

      I set cookies like this:

       

      <cfcookie name="ckwhatever" value="hello">

       

       

      I try to kill the cookie like this:

       

      <cfcookie name="ckwhatever" expires="now">

       

      This does NOT work. the cookie remains.

       

      I've tested on mozilla and IE

       

      I don't get it.