8000 cookie not being deleted. · Issue #100 · andreizanik/cookies-next · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cookie not being deleted. #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kaleb110 opened this issue Apr 17, 2025 · 0 comments
Open

cookie not being deleted. #100

kaleb110 opened this issue Apr 17, 2025 · 0 comments

Comments

@kaleb110
Copy link

setter(client):

setCookie('auth_token', userIdCtx, {
                    domain: "localhost",
                    httpOnly: isProd,
                    secure: true,
                    path: '/',
                    sameSite: 'none',
                    partitioned: true,
                    expires: expirationDate
                  });

delete(client):

deleteCookie("auth_token", { path: '/', domain: 'localhost' });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0