passport
passport copied to clipboard
req.logout() does not remove the cookies from the browser.
I call req.logout() function in my logout api. It clears the session from the server side but not delete the cookie from client side.