Delete a Cookie
13
Delete a Cookie
function DeleteCookie(strName)
{
// Validate
document.cookie = strName + "=" + "; expires = Thu, 01-Jan-70 00:00:01 GMT";
}
{
// Validate
document.cookie = strName + "=" + "; expires = Thu, 01-Jan-70 00:00:01 GMT";
}
Comments
Voting
Votes Up
ASmith
ColdKeyboard
dannyboy
i_kenneth
jbplou
lolfejs
mattrmiller
Pio
RatNuShock
SecondV
shachi
snowdonkey
sundaramkumar
wiz1705






There are currently no comments for this snippet.