I have a little demo page to show the effect of a website depending on different user cookies.
Then I set the click()
function of some div
to use the plugin jquery.cookie.js which provides 2 functions:
$.cookie('name', 'val')
$.removeCookie('name')
after I called $.removeCookie()
, I call window.open('new page')
since I need to go to the content. but httpliveheader always shows that it's not removing the cookie in question.