Overview#
SessionStorage is part of
Web Storage and maintains a separate
Web Storage area for each given origin that's available for the duration of the page
session (as long as the
browser is open, including page reloads and restores).
SessionStorage are simple key-value DataStores, similar to objects, but they stay intact through page loads.
There might be more information for this subject on one of the following: