Web storage

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf gptkb:website
gptkbp:accessibleBy gptkb:REST_API
server-side code
gptkbp:alsoKnownAs gptkb:DOM_storage
gptkbp:compatibleWith automatic expiration (except sessionStorage)
structured query
gptkbp:dataPersists across browser sessions (localStorage)
until browser/tab is closed (sessionStorage)
https://www.w3.org/2000/01/rdf-schema#label Web storage
gptkbp:includes localStorage
sessionStorage
gptkbp:introducedIn gptkb:HTML5
gptkbp:moreSecureThan cookies (for client-side storage)
gptkbp:notSentWith every HTTP request
gptkbp:removes gptkb:JavaScript
digital media
gptkbp:standardizedBy gptkb:World_Wide_Web_Consortium
gptkbp:storageLimit typically 5-10 MB per origin
gptkbp:storesDataAs key-value pairs
gptkbp:supportedBy modern web browsers
gptkbp:usedFor storing data in web browsers
gptkbp:bfsParent gptkb:standard
gptkbp:bfsLayer 4