Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created July 16, 2017 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vanaf1979/be86d522f1cf4ddf692d60743ceaa7ce to your computer and use it in GitHub Desktop.
Save vanaf1979/be86d522f1cf4ddf692d60743ceaa7ce to your computer and use it in GitHub Desktop.
Delete a cookie value
function deleteCookie( name )
{
setCookie( name, '' , -1 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment