sessionStorage property
Retrieves the Web Storage area for the session.
Syntax
HRESULT value = object.get_sessionStorage(HTMLStorage** p);
Property values
Type: Object
The storage area.
Standards information
- Web Storage, Section 4.2
Remarks
For more information, see Introduction to Web Storage.