getSessionData

Returns identifiers and timing information for the current browser session.

Usage

import { getSessionData } from "@olenbetong/appframe-core";

let session = getSessionData();
console.log(session.browserSessionId);

API

export declare function getSessionData(): SessionData;

Last updated

Was this helpful?