Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 846 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 846 Bytes

Cookies Guide

This is an interactive Cookies Guide that helps you understand how cookies work. As you go through this Cookies Guide, there are buttons you can click that tell you the cookie it creates and you can see the cookie being added in the brower by looking at the console Network tab. There is an Express server file that runs in the background to help with this interactive guide.

To get started

  1. Clone this repo.
  2. Run the Express server file by typing in npm run server.
  3. If you use a web server Extension (eg Live Server) within VS Code, it's already configured to port 8055, if instead, you use a different web server, please use port 25051.
  4. Open a web browser and go to http://127.0.0.1:8055/client/01-basic-cookie-1.html



A screenshot sample: