If you type into your address bar
Javascript:alert(document.cookie)
You get a popup with all the attributes in the cookie for the page you are viewing at the time. I want to be able to edit those attributes using a similar method and I was wondering if anybody knew how to or could point me in the direction of a good tutorial page.
