Giter Site home page Giter Site logo

Not Deleting Cookies about ngx-cookie HOT 3 CLOSED

salemdar avatar salemdar commented on May 18, 2024 3
Not Deleting Cookies

from ngx-cookie.

Comments (3)

salemdar avatar salemdar commented on May 18, 2024 1

Merged the PR. Thanks 👍

from ngx-cookie.

mbark avatar mbark commented on May 18, 2024

I ran into a similar problem but found that the reason was that when deleting the cookie you also need to take into consideration the domain and path cookie is set to (you can see those using i.e. the developer tools for Chrome).

In my case the application was running on local.domain.com but the cookie was set on .domain.com. Adding the domain made the cookie actually get deleted:

this.cookies.remove(name, { domain: '.domain.com' });

from ngx-cookie.

celsomtrindade avatar celsomtrindade commented on May 18, 2024

The solution proposed by @mbark does solve the problem. Passing the same options used to put the cookies will delete. However, this only works to remove(), removeAll() still doesn't work, since it doesn't accept any params.

I think this can be solved easly by just adding an optional option param to the removeAll() function.

from ngx-cookie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.