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 6412f36 commit b7daa88Copy full SHA for b7daa88
server/controllers/session.controller.js
@@ -47,7 +47,7 @@ export function destroySession(req, res, next) {
47
next(error);
48
return;
49
}
50
- res.clearCookie('connect.sid');
+
51
res.json({ success: true });
52
});
53
0 commit comments