|
|||||||||||
|
Re: modify non-persistent cookies
From: Kevin Spett <kspett(at)spidynamics.com>
Date: Wed Dec 18 2002 - 13:20:58 EST In addition to using one of the free proxy-based tools mentioned by others (WebProxy, Achilles, WebSleuth, etc.) you can use your web browser to modify any aspect of the document object model using Javascript from the URL bar. Just load the page, and type this into the URL bar: javascript: alert(document.cookie); This will pop up a box with the current cookie information in it. (Big suprise.) Similarly, to change the cookie you can use something like this: javascript: document.cookie='CookieName=CookieValue'; (Those are directions for IE. Netscape/Mozilla use javascript:// for the URL format I think.) The next time you visit the site (by hitting back for instance), your new exciting cookie values will be used.
Kevin Spett
> dear list,
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:46 EDT |
||||||||||
|
|||||||||||