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 627c57c commit be1da93Copy full SHA for be1da93
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