How Can I delete cookie contains string
displayName
in name?
it is only one cookie with this string, but I don’t know all name, only the part?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t know the full name of the cookie, you could easily find out by inspecting the entire cookie collection:
Here,
nameswould contain all the cookies withdisplayNamein their name. If you’re sure that’ll only ever be one, go ahead and deletenames[0].