We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466019 commit 6bb8558Copy full SHA for 6bb8558
packages/experiment-tag/src/util/cookie.ts
@@ -9,7 +9,6 @@ import type { Campaign } from '@amplitude/analytics-core';
9
*/
10
export async function setMarketingCookie(apiKey: string) {
11
const storage = new CookieStorage<Campaign>({
12
- expirationDays: 365,
13
sameSite: 'Lax',
14
});
15
0 commit comments