Skip to content

Commit b7daa88

Browse files
committed
remove clearCookie, affects cookie-consent
1 parent 6412f36 commit b7daa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/controllers/session.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function destroySession(req, res, next) {
4747
next(error);
4848
return;
4949
}
50-
res.clearCookie('connect.sid');
50+
5151
res.json({ success: true });
5252
});
5353
});

0 commit comments

Comments
 (0)