# 404-solution/trunk/includes/html/shortcodeCookieDeleteScript.html

404 Solution, version trunk. 7 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/shortcodeCookieDeleteScript.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/shortcodeCookieDeleteScript.html
- Modified: 2026-06-23T05:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/shortcodeCookieDeleteScript.html#L10-L20`.

```html
<script>
   var d = new Date();{delete_comment}
   d.setTime(d.getTime() - (60 * 5));
   var expires = "expires="+ d.toUTCString();
   document.cookie = "{cookie_name}=;" + expires + ";path=/";
</script>

```
