delete_cookie

The delete_cookie tag can be used to delete any cookie created using the set_cookie tag.

<cms:delete_cookie 'my_test_cookie' />

The snippet above will delete the cookie named 'my_test_cookie'.

Parameters

This tag accepts no parameters.

Variables

This tag is self-closing and does not set any variables of its own.