Logging out of an express/passport session.

·

0 min read

I'm currently working on an oauth project. After the first time of the user logging in and their id stored in a cookie to create a persistent sessio, logging out does not clear the cookies. Instead if they logout, they still can login without choosing an account or inputting credentials.

Any help?