Skip to content
Discussion options

You must be logged in to vote

When you do delete the cookie, could you see the Response Headers on that request, and post back the Set-Cookie header? Of course, remove, change any sensitive data.

to remove a cookie, the server returns a Set-Cookie header
with an expiration date in the past. The server will be successful
in removing the cookie only if the Path and the Domain attribute in
the Set-Cookie header match the values used when the cookie was
created.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mersiades
Comment options

Answer selected by mersiades
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants