Objective
Provide practice using Cookies
Instructions
Add cookies to your "Bugzilla" homework. (Feel free to do this on a separate branch if
you are afraid of messing things up.)
You can do just about anything you want. For example
- Configure the new bug entry form to default to the most recently chosen values.
- Copy the PHP example in the sample code and display a nickname and visit count.
- Do anything else you want with cookies that sounds like fun.
If you want, you can even create a new site from scratch. The important part is that you do something with cookies.
Remember: The best way to read cookies in Express is to use the
cookie-parser middleware.
Updated Sunday, 9 October 2022, 8:10 PM