Skip to content

Commit

Permalink
debug: resave cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
InnigerM committed Oct 29, 2023
1 parent 3b6c03d commit d212492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/main.ts
Expand Up @@ -9,7 +9,7 @@ async function bootstrap() {
app.use(
session({
secret: 'my-secret',
resave: false,
resave: true,
saveUninitialized: false,
cookie: {
secure: 'auto',
Expand Down

0 comments on commit d212492

Please sign in to comment.