Skip to main content

Baisc

What included?

  • Cookie
  • Session
  • 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