| Paul's Cookie Editor |
Web cookies are a good thing when used properly. They allow a friendly website to remember your zip code (for example) by having it stored in a cookie on your PC, as opposed to them saving your personal info on their website. Note that websites can not access cookie data stored by other websites. (Many users definitely have some illogical paranoia about this though.)
Here is a simple cookie editor I wrote in JavaScript. The only cookie set explicitly is lastVisited.
If you are developing a site which uses cookies, you can copy this code to your site to help you debug.
Related Pages
|