Skip to content

Removing Session Cookies #40

@quangv

Description

@quangv

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions