Questions tagged [ngx-cookie-service]

ngx-cookie-service is an Angular library that helps to set, get and delete cookies in browser

33 questions
0
votes
1 answer

Angular 7 Unable to remove child cookie path

I am working on angular 7, And using ngx-cookie-service I had create two different path. this.cookieService.delete('_logdetails', "/admin", "abc.com"); this.cookieService.delete('_logdetails_home'); Root path cookie is remove but child cookies is…
Deepak Jha
  • 359
  • 2
  • 10
0
votes
0 answers

How to access parent application HttpOnly Cookie from a child angular 7 app

--Parent c# App hosted on (http://host) --Child Angular 7 App hosted on (http://host/child) I need to check for a cookie in parent application. I used 'ngx-cookie-service', it does not return the HttpOnly cookie. Is there anyway to access the…
Kannan M
  • 570
  • 2
  • 6
  • 19
0
votes
1 answer

Angular ngx cookie service doesn`t return few cookie

I use ngx-cookie-service from Angualr to get cookie values, but it doesn`t return few cookie values, You might have noticed it retrieves QSTIDDUP and it doesn`t retrieve QSTID Dont know whats the reasons, kindly help.
mano manoj
  • 235
  • 1
  • 5
  • 15
1 2
3