Skip to content

Commit

Permalink
doing memory store for testing.
Browse files Browse the repository at this point in the history
Signed-off-by: Sukanya Rath <[email protected]>
  • Loading branch information
sukanya-rath committed Aug 3, 2023
1 parent ced0b47 commit 79ff863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ app.use(session({
resave: false,
saveUninitialized: true,
cookie: cookie,
store: new fileSession({path: resolve('./', config.get('server:sessionPath'))}),
//store: new fileSession({path: resolve('./', config.get('server:sessionPath'))}),
}));
//initialize routing and session. Cookies are now only reachable via requests (not js)
app.use(passport.initialize());
Expand Down

0 comments on commit 79ff863

Please sign in to comment.