Thread
:
Delete all cookies?
View Single Post
12-08-2012, 07:07 PM
PM User
|
#
3
AndrewGSW
Senior Coder
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
This is much easier
Code:
function del_cookie(name) { document.cookie = name + '=; expires=Thu, 01 Jan 1970 00:00:01 GMT;'; }
if you don't need to worry about the path or domain.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total
uninanonynymity
."
Me Myself & Irene
.
Validate your
HTML
and
CSS
AndrewGSW
View Public Profile
Find More Posts by AndrewGSW