passport icon indicating copy to clipboard operation
passport copied to clipboard

req.logout() does not remove the cookies from the browser.

Open vatsalpatel68 opened this issue 4 years ago • 1 comments

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.

vatsalpatel68 avatar Aug 03 '21 12:08 vatsalpatel68