HTTP cookies

E856240

HTTP cookies are small pieces of data stored by a web browser on behalf of a website to maintain stateful information such as sessions, preferences, and tracking across HTTP requests.

All labels observed (1)

Label Occurrences
HTTP cookies canonical 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf HTTP header-based mechanism ⓘ
state management mechanism ⓘ
web technology ⓘ
associatedWithRisk cross-site request forgery ⓘ
cross-site scripting exploitation ⓘ
session hijacking ⓘ
canBe persistent cookie ⓘ
session cookie ⓘ
canBeDeletedBy user via browser controls ⓘ
canBeRestrictedBy browser privacy settings ⓘ
createdBy client-side script ⓘ
web server ⓘ
crossSiteBehaviorControlledBy SameSite attribute ⓘ
definedInSpecification RFC 6265 ⓘ
hasAttribute Domain ⓘ
Expires ⓘ
HttpOnly ⓘ
Max-Age ⓘ
Name ⓘ
Path ⓘ
Priority ⓘ
SameSite ⓘ
Secure ⓘ
Value ⓘ
introducedBy Netscape Communications ⓘ
introducedInYear 1994 ⓘ
lifetimeControlledBy Expires attribute ⓘ
Max-Age attribute ⓘ
oftenRequires user consent ⓘ
primaryPurpose maintain state across HTTP requests ⓘ
personalization ⓘ
session management ⓘ
user tracking ⓘ
regulatedBy GDPR ⓘ
ePrivacy Directive ⓘ
scopeLimitedBy domain attribute ⓘ
path attribute ⓘ
securityEnhancedBy HttpOnly attribute ⓘ
Secure attribute ⓘ
sentByHeader Cookie ⓘ
setByHeader Set-Cookie ⓘ
storedBy web browser ⓘ
transportedIn HTTP request header ⓘ
HTTP response header ⓘ
usedFor advertising tracking ⓘ
analytics tracking ⓘ
authentication sessions ⓘ
shopping cart state ⓘ
user preferences ⓘ
usedInProtocol HTTP ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Web Storage API → comparedTo → HTTP cookies ⓘ