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.
2 parents 120e353 + d9b7744 commit 448eba2Copy full SHA for 448eba2
1 file changed
backend/src/main.ts
@@ -55,6 +55,7 @@ async function bootstrap() {
55
domain: cookieDomain,
56
maxAge: 2 * 60 * 60 * 1000,
57
httpOnly: true,
58
+ path: '/',
59
},
60
name: 'rocketadmin.sid',
61
}),
0 commit comments