Javascript cookie delete

Posted by VictorS on Stack Overflow See other posts from Stack Overflow or by VictorS
Published on 2010-03-18T16:03:19Z Indexed on 2010/03/18 16:11 UTC
Read the original article Hit count: 256

Filed under:
|
|

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 page.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript