Baisc
What included?
- Cookie
- Session
What is Cookie
- web server sends to the client browser
- Store in client machine
- Client browser include the cookie in subsequent request to the same service, allow the server to retrieve and utilize the stored informaiton
- Cookie is not secure
- Have expiration time
What is Session
- When user visit a website, the server will create a session for the user
- Store on the server side