JavaScript Window property: sessionStorage
[this page | pdf | back links]
The
sessionStorage property (of
the JavaScript
BOM window object) returns a reference to the session storage object in which it is possible to store data within a web browser
(temporarily, for a single session) in the form of key/value pairs.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)