Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp core library.session

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-core-library > Session

Session class

Provides access to the application's browser session and active page.

Signature:

export default class Session

Properties

Property Modifiers Type Description
applicationId static Guid A unique identifier for the current instance of the client-side application.
clientSideApplicationId static string The id of the currently running application
pageId static Guid A unique identifier for the current page within the client-side application.
Clone this wiki locally