View Your Cookies
By Patrick Irvin • May 29th, 2008 • Category: Debugging/TestingThanks to my friend Bruce (always willing to share his knowledge) for this quick way to view the cookies on a web page:
javascript:’<xmp>’+document.cookie+’</xmp>’;
Add it as a bookmark and use it anytime you need to quickly check the cookie from a page.
Tweet This Post



