window.sessionStorage
SessionStorage is available as window.sessionStorage Provides a local key/value store useful for storing data that persists only for the plugin's current session. For more information about the API itself, see the localStorage API