Pergunta de entrevista da empresa Oxybills

Describe the difference between local storage, session storage, and cookies?

Resposta da entrevista

Sigiloso

6 de nov. de 2024

Local Storage: Stores data with no expiration date. Session Storage: Stores data for the duration of the page session. Cookies: Can store data and be sent with server requests, often used for tracking and storing login information with a set expiration date.