If I create a cookie in Javascript document.cookie = \'unseen\' how do I delete it when I navigate away from this page? This is the only cookie I am creating on the
document.cookie = \'unseen\'
delete document.cookie
anyways i'm not sure if this is the right way to deal with cookies.