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.

Work with cookies

Work with cookies - Chrome Tutorial

From the course: Learning Chrome Web Developer Tools

Start my 1-month free trial

Work with cookies

- [Instructor] My BinaryVille site doesn't use cookies, but I want to explore what it might look like to implement those as a fallback for older browsers. I'm going to start by building cookies right in my browser. Fortunately, the application panel in Chrome DevTools, can take some of the pain out of working with cookies. I can create and view cookies using JavaScript commands, which aren't exactly elegant. But the application tab, in Chrome DevTools includes a cookie section, that gives me some tools for working with cookies. When I open cookies with the arrow, all of my origins are displayed. For this site it's just one which is my URL. When I click that, I get an interface for viewing and working with cookies. My site doesn't currently have any cookies, but I want to create one, and I can do that just by clicking and typing. So I'll click on the name, and I need to double click a field, in order to edit it. So for…

Contents