Hu hu
Hu hu

Reputation: 47

About ngCookies in AngularJs

I want to store data in cookies after getting it as per this tutorial: https://docs.angularjs.org/api/ngCookies/service/$cookieStore. But I want to know that if values I stored are sent to server as session or not. I use firefox to see network (F12), and found that cookies value are not sent to server.

Is that right?

Upvotes: 1

Views: 98

Answers (1)

Shubham Nigam
Shubham Nigam

Reputation: 3944

Whatever values you are storing inside ur $cookieStore will only be on ur local machine .It wont be ever sent to your server untill and unless you will send it manually. Please give more info so that we can provide you better solution.

Upvotes: 1

Related Questions