Express JS #12 - Cookies

preview_player
Показать описание


Support the Channel:

Connect with me:

Рекомендации по теме
Комментарии
Автор

3 minutes in and I'm already *dying* for a platter of cookies.

Olderaccount
Автор

My takeaway


1) cookies are small piece of data that contains small information.

2) And it is set by the server and sent to the client, the client has to include the cookies upon subsequent request.

3) the cookie returned is in string format. And we’ll like it in JSON so we use cookieparser middleware.

4) cookie-parser middleware is useful for parsing cookies. To JSON format.

MeihaJensen
Автор

What's the point of signed cookies.

tochimclaren
Автор

Are you using the intelliSence for code Auto completion?, if not please reccomend what you are using .

xfactorbangs
Автор

Hi I do have a question about your video I saw complete express courses, and I also saw those individual topic-based courses. But the complete one is older than the individual section. So would u please tell me the difference on contents

zqgAFf
Автор

can i use localstorage instead of cookie?

josephkoh
Автор

Umm... I have a question: cookies will be deprecated and turned off in the Q2-Q3 of 2024 by Google, so can you use something else except them?

three-zeros