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 5f3ef0a commit 4f75774Copy full SHA for 4f75774
packages/ssr/src/utils/constants.ts
@@ -4,5 +4,5 @@ export const DEFAULT_COOKIE_OPTIONS: CookieOptions = {
4
path: '/',
5
sameSite: 'lax',
6
httpOnly: false,
7
- maxAge: 60 * 60 * 24 * 365 * 1000
+ maxAge: 60 * 60 * 24 * 365
8
};
0 commit comments