View your cookies
September 1st, 2005 | Filed under Code snippets, JavascriptA quick way to see all the cookies a web page has currently set is to type the following into your browser’s address bar (works in all browsers):
javascript:alert(document.cookie);