How to clear a cookie with ColdFusion

To clear a cookie in coldfusion, you simply set the value of the cookie to empty and set the expire to NOW as shown below


  <cfcookie name="cookie_name" value="" expires="NOW" />
 

Add comment


Security code
Refresh