Reputation: 36098
what tool wold you recommend me to use in order to see what data are stored in my cookies while i'm browsing the net.
I'm a beginner into webdev field(6 months php experience) and i'm curious to see what data are stored into my computer while i'm browsing besides default OS file explorer?
Upvotes: 0
Views: 115
Reputation: 12538
In Opera, you can either 1) right-click on the current page, choose Edit Site Preferences, and select the Cookies tab, or 2) go to Tools > Advanced > Cookies to see every cookie stored.
Upvotes: 0
Reputation: 3780
Every (good) browser lets you to view cookies it stores. In Firefox they sit somewhere in Preferences->Privacy
Upvotes: 0
Reputation: 7781
Install Firefox (if you dont have it yet) and get one of these addons:
Firecookie: https://addons.mozilla.org/en-US/firefox/addon/6683
Web Developer Toolbar: https://addons.mozilla.org/en-US/firefox/addon/60
Upvotes: 1
Reputation: 96836
On Google Chrome, just go "tools" -> "options" -> "under the hood" -> "show cookies"
Upvotes: 1