Skip to main content

foundation-comms.session.removesessionstorageitem

Home > @genesislcap/foundation-comms > Session > removeSessionStorageItem

Session.removeSessionStorageItem() method

Removes the item with the specified key from the session storage.

Signature:

removeSessionStorageItem(key: string | UserInfoKeys): void;

Parameters

Parameter

Type

Description

key

string | UserInfoKeys

The key of the item to remove.

Returns:

void