In this video, we will focus on the technical side of using cookies in your javascript applications. We will look at creating, using, and manipulating cookies in an express server. Typically, it is used to track users’ activities, personalization, and session management.

Be careful when using cookies!

⚡ RESOURCES ⚡
Using HTTP Cookies - https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies
Set-Cookie - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie

⭐ TIMESTAMPS ⭐

  • 0:00 - Intro
  • 0:42 - Setting cookies
  • 1:16 - Reading cookies with dev tools
  • 1:46 - Cookie Caveats
  • 2:04 - HttpOnly Attribute
  • 2:25 - Secure Attribute
  • 2:45 - SameSite Attribute
  • 3:33 - Conclusion

#express #javascript #programming #web-development #developer

Quick HTTP Cookie guide in Web Development with Express
1.65 GEEK