SyntaxFix
Write A Post
Hire A Developer
Questions
If you have access to the jquery.cookie plugin, you can erase all cookies this way:
for (var it in $.cookie()) $.removeCookie(it);