From the course: Learning Chrome Web Developer Tools

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Examine local storage and cookies

Solution: Examine local storage and cookies - Chrome Tutorial

From the course: Learning Chrome Web Developer Tools

Start my 1-month free trial

Solution: Examine local storage and cookies

(upbeat music) - [Instructor] I decided to look at storage on a couple really popular websites around the world. Perhaps the most popular is Google. And since they made the Chrome browser, I thought we'd take a look. So, in the storage section on my application panel, I've got local storage. And, notice that we have multiple origins here, so a lot of websites, especially big websites, are going to be serving data from multiple origins. There's going to be multiple servers that are specialized to do different things, or just for load balancing. So, we have www.google.com, and if you're accessing this from another part of the world, you may be accessing this from a local sub-domain, but you should see multiple domains. And so here, I have a lot of different keys that are pretty unintelligible. So often, when we look at the keys in values, these are mapping to things on the back end that are not necessarily exposed to us…

Contents