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 120e353 commit d9b7744Copy full SHA for d9b7744
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