Sessionstorage Glossary

Browse 1 sessionstorage terms defined in plain English, from the cultural dictionary of computing.

1 Sessionstorage Terms

Web Storage
A browser API providing two key-value stores — localStorage (persists until explicitly cleared) and sessionStorage (scoped to the browser tab's lifetime) —...

Related Topics