Remove cookie #3532
Remove cookie
#3532
-
Hello there! How i can do remove cookie for other web site? I do this response.cookie('cookieKey', null) or this response.cookie('cookieKey', undefined) But it doesn't work( |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Feb 3, 2022
Replies: 2 comments 12 replies
-
Use |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
DZ8540
-
hello with this logout it is same result ?? ` logout() {
}` |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
response.clearCookie('cookieKey')