Skip to content

Commit 6bb8558

Browse files
authored
fix: expire marketing cookie after session (#208)
1 parent 2466019 commit 6bb8558

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/experiment-tag/src/util/cookie.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import type { Campaign } from '@amplitude/analytics-core';
99
*/
1010
export async function setMarketingCookie(apiKey: string) {
1111
const storage = new CookieStorage<Campaign>({
12-
expirationDays: 365,
1312
sameSite: 'Lax',
1413
});
1514

0 commit comments

Comments
 (0)