The only difference between the a persistent cookie and non-persistent cookie is the expires element. If there is no expires element (time) defined then the cookie is (should be if HTTP User agent follows directives) stored in memory. Therefore there is no difference between modifiying persistent or non-persistent cookies.
As others have suggested the usual way is to intercept the HTTP stream before the cookie hits the browser. You could look and modify the memory space of the browser although I have never seen any apps that do this.
On Tue, 17 Dec 2002 02:55:49 -0800 mono toy <mono@spurious.biz> wrote: >dear list,
Concerned about your privacy? Follow this link to get FREE encrypted email: https://www.hushmail.com/?l=2
Big $$$ to be made with the HushMail Affiliate Program: https://www.hushmail.com/about.php?subloc=affiliate&l=427 Received on Tue Dec 17 18:08:50 2002
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:46 EDT