Cookie, Session & Tokens- What are they?
Cookie*- Maintain the active state of the browser by storing a bit of data between the **server and the client** with every request.* Session*- Record the **server and client session state**.* Token- A random string generated by the server*.* This ar...



