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

Remarks

For more information, see Introduction to Web Storage.

See also

Introduction to Web Storage