Inside an exploit that allowed logging in to Toyota’s GSPIMS application as any user, including system admins.| eaton-works.com
The read-only sessionStorage property accesses a session Storage object for the current origin. sessionStorage is similar to localStorage; the difference is that while data in localStorage doesn't expire, data in sessionStorage is cleared when the page session ends.| MDN Web Docs