Removes a cookie.
Attributes
- name
-
Name of the cookie to remove.
Note that removing a cookie won't take effect until the next page
load. Therefore, a reload will be needed to see the effect of the
example.
Example
<apre foo>Set the cookie</apre>
<br><apre -foo>Remove the cookie</apre>
<if prestate=foo><set_cookie name=foo value="Hello World"></if>
<else><remove_cookie name=foo></else>
<p><insert cookie=foo>
Set the cookie
Remove the cookie
|