Cookie
A cookie is a small piece of data that a website stores in a user's browser, sent back to the server with every subsequent request to that site, commonly used for sessions, personalization, and tracking.
5 resources across 1 library
Glossary Terms(5)
Session Management
Session management is the set of techniques a web application uses to track a user's state — such as being logged in — across multiple HTTP requests, since HTT…
CORS
CORS (Cross-Origin Resource Sharing) is a browser security mechanism that controls whether a web page running on one origin is allowed to make requests to a se…
Cookie
A cookie is a small piece of data that a website stores in a user's browser, sent back to the server with every subsequent request to that site, commonly used…
Local Storage
Local Storage is a browser API that lets web applications store key-value string data on the user's device, persisting across page reloads and browser restarts…
IndexedDB
IndexedDB is a low-level, asynchronous browser API for storing significant amounts of structured data — including files and blobs — on the client, with support…