Comparing Client Side Storage Methods 🌱

Web Storage API

Local storage:

  • only client can access
  • retains website information across instances and tabs

Session Storage:

  • only client can access
  • retains website information only until session ends (like tab is closed)

Cookies

  • server can access data

Here is a comprehesive explanation: https://www.kirupa.com/hodgepodge/cookies_local_session_storage.htm

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.