Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 606 Bytes

File metadata and controls

24 lines (14 loc) · 606 Bytes

Home > @snowplow/browser-tracker > newSession

newSession() function

Expires current session and starts a new session.

Signature:

declare function newSession(trackers?: Array<string>): void;

Parameters

Parameter Type Description
trackers Array<string> The tracker identifiers which will have their session refreshed

Returns:

void