-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Is there a way to delete session cookies?
I've tried .deleteAllVisibleCookies() but it doesn't seem to delete session cookies (Express).
In fact I'm not sure if I can even retrieve the session cookie.
.getCookie() doesn't show connect.sid
.deleteCookie('connect.sid', 'domain=localhost, path=/) doesn't work
Oh it's an httpOnly cookie... anyway to remove it still?
Metadata
Metadata
Assignees
Labels
No labels