RemoveCookie
Overview
Removes the specified cookieSyntax
RemoveCookie(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Identifies the cookie to remove |
Example
<script runat=server>
Platform.Response.RemoveCookie("cookieName");
</script>
RemoveCookie(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Identifies the cookie to remove |
<script runat=server>
Platform.Response.RemoveCookie("cookieName");
</script>