Adding state to HTTP Flashcards
1
Q
Describe the general programming term ‘state’.
A
…
2
Q
Describe what “HTTP is a stateless protocol” means.
A
…
3
Q
Describe what an HTTP cookie is.
A
…
4
Q
Store data in an HTTP cookie using Node and Express
A
…
5
Q
Track individual visitors to your app using HTTP cookies, Node and Express.
A
…
6
Q
Setup a Node and Express app that uses cookie based authentication.
A
…