Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

$cookieStore Creating Duplicate Cookies #10995

Closed
nmellempudi opened this issue Feb 6, 2015 · 4 comments
Closed

$cookieStore Creating Duplicate Cookies #10995

nmellempudi opened this issue Feb 6, 2015 · 4 comments

Comments

@nmellempudi
Copy link

We are adding a cookie using $cookieStore as shown below. But this step will also create additional new cookies with sub domain name xyz.abc.com. These new copies are just copy of existing cookies added by prior server call with domain name .abc.com

To provide step by step details

  1. Loading the page xyz.abc.com/index.html sets two cookies with domain .abc.com
  2. Set a cookie on client side $cookieStore.put('cookieAng', 'Test'). Now you will see total 5 cookies.
    Two original cookies with domain name .abc.com
    one new cookie that we set through cookiestore with domain xyz.abc.com
    two additional cookies (copy of original two cookies) with domain name xyz.abc.com

Any thoughts? Below is bower.json

    "angular": "1.2.22",
    "restangular": "1.4.0",
    "angular-animate": "1.2.22",
    "angular-mocks": "1.2.22",
    "angular-route": "1.2.22",
    "angular-cookies": "1.2.22",
@Narretz
Copy link
Contributor

Narretz commented Feb 9, 2015

Hi,
in which browsers do you see this? Any or a specific browser? And to clarify, the problem is that angular diuplicates cookies that have been set from the server side?

@shahata Do you have any idea why this might happen? I'm actually not very knowledgable about cookie setting behavior.

@nmellempudi
Copy link
Author

It can be re produced in any browser. Yes. Some cookies were set on server with domain .abc.com even though host name is xyz.abc.com. As soon as I create a cooki with cookiStore it duplicates existing other cookies with different domain value(xyz.abc.com) and path.

@shahata
Copy link
Contributor

shahata commented Feb 20, 2015

@nmellempudi This shouldn't happen unless you changed the value of those cookies. Can you post an example on plunker or something similar that reproduces your issue?

@Narretz
Copy link
Contributor

Narretz commented Jun 16, 2015

I'm going to close this because we don't have a reproduction. It's possible that this was fixed as part of 706a93a

@Narretz Narretz closed this as completed Jun 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants