Session Storage is a web storage API that maintains a separate storage area for each origin that's available for the duration of the page session. Unlike Local Storage, data persists only as long as the browser window remains open. While more temporary than Local Storage, it still requires security considerations for stored sensitive data.
You might also be looking for