Deleting Cookies

This page uses the reserved Hashtag Bucket - Cookie.   Setting a Cookie Variable to a blank value will automatically set the expire time to 24 hours in the past, effectively deleting it.  

Note:  Hashtag Markup is shown below <# in bold #>.   The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.  
<#[cookie.test as html]#> ⇒ 
Processing this Hashtag Markup:
<# set cookie.test to ""; #>

<#[cookie.test as html]#> ⇒ 


The Hashtag Markup Language provides many methods for setting variable values, and using them later.

Variable Buckets can hold many values, processed together.   Variable Contexts enable safe injection anywhere.