Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
Delete cookies in site information

I'm building a web app using Angular. I want to delete cookies, which is shown in site information

enter image description here

enter image description here

But these cookies are not showing in the developer console

enter image description here

I want to delete these cookies using JavaScript. But I can't even access these cookies using document.cookie. How do I delete these cookies using JavaScript? Any solutions? Feel free to use Jquery or npm package.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

What you are trying, removing cookies, might not be possible to do directly from the browser via JavaScript.

I cannot confirm from your pictures, but from your problem I deduce that the cookies that are not showing on the developer console or on document.cookie have the flag HttpOnly this attribute prevents the access to this cookies via JS, from MDN:

Use the HttpOnly attribute to prevent access to cookie values via JavaScript.

You can find more information about the topic and cookies in general in the MDN documentation.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!