| Author |
Finding all cookies
|
Mohan Panigrahi
Ranch Hand
Joined: Sep 28, 2001
Posts: 142
|
|
I want to find out how many cookies have been stored by my internet explorer browser. Is there anyway I could do that? Thanks,
|
 |
Mohan Panigrahi
Ranch Hand
Joined: Sep 28, 2001
Posts: 142
|
|
okay...I found the answer. They are stored in cookies folder somewhere in your user area. Now the next question is how to understand the format of such file. Here is a sample from one of the files : How do I understand what these numbers are... bblastvisit 1113443532 forums.devshed.com/ 1436 2564329088 29672422 1021237888 29723997
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You are not going to figure out what the numbers mean since there is no standard to what is in cookies. It can be clear as text or be some code or hashed string. Eric
|
 |
Mohan Panigrahi
Ranch Hand
Joined: Sep 28, 2001
Posts: 142
|
|
Thanks Eric. But atleast I can figure what where is the name and where is the value....could you help with this... thanks,
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Mozilla has a built in cookie manager and there are other programs out there that let you read cookies and manage them. Eric
|
 |
 |
|
|
subject: Finding all cookies
|
|
|