- What does ‘deterministic’ mean in the context of hash functions? → It means that the same input will always return the same output
- Is HTTP stateless or stateful? → Stateless.
- What does stateless mean? → t means the server does not remember the user across requests.
- Where are sessions saved by default? → Memory.
- Cookies are sent to the backend automatically. → Yes.