Home > @snowplow/browser-tracker > setVisitorCookieTimeout
Set visitor cookie timeout (in seconds)
Signature:
declare function setVisitorCookieTimeout(timeout: number, trackers?: Array<string>): void;| Parameter | Type | Description |
|---|---|---|
| timeout | number | The timeout until cookies will expire |
| trackers | Array<string> | The tracker identifiers which will be configured |
Returns:
void