Session storage is a type of web storage that allows web applications to store data for the duration of a page session. This means that data stored in session storage is only available until the browser or tab is closed. Unlike local storage, which persists data across sessions, session storage is designed for temporary data storage.