Skip to main content
0 votes
0 answers
2k views

I have a system on the Internet that enables me to add custom applications to it through a window within this system. When you enter this window, the user session hash will be sent to the URL of the ...
Kareem's user avatar
  • 57
1 vote
2 answers
888 views

I've got a server to which I need to make posts, get, etc. with HTTPClient. This host is example.com:8080, for example. It's a tomcat with JSESSIONID Java cookie. When I'm developing, I set the ...
Alfonso Tienda's user avatar
0 votes
0 answers
54 views

Until now the output from all inputs, access tokens for authentication and conditionals were saved in cookies in the project that I started working on, so that they are easily accessible at the end of ...
davidbalas's user avatar
1 vote
1 answer
177 views

I am using angular 1.2.32 in an old project and I need to know how can I set the expiry of cookie. I am using ngCookies for it and trying to set cookie using below line: $cookies.putObject("...
Sushant Rawat's user avatar
2 votes
0 answers
439 views

I have a problem with IE11 when I inject 'CookieService' on the 'providers' of 'app.module.ts'. I got this message with freezing page on IE11: SCRIPT1002: Syntax error vendor.js (152116,1) It works ...
Nour Jadlaoui's user avatar
7 votes
2 answers
4k views

I'm using ngx-cookie-service package to store some data relevant to my application. I need to save this cookie on the base path '/', so each time I know exactly how to retrieve it. This cookie of mine ...
dcfg's user avatar
  • 900
0 votes
1 answer
2k views

When I embed a youtube video for example in my angular component: <iframe width="560" height="315" src="https://www.youtube.com/embed/w3jLJU7DT5E"></iframe>&...
cheshire's user avatar
  • 1,159
1 vote
0 answers
354 views

I have a small Angular 7 Application, which stores the JWT used for authentication in a HTTP ONLY cookie. The cookie gets issued by a Node.js Server. For some reason, the cookie gets stored in the ...
benni0108's user avatar
  • 130
0 votes
0 answers
162 views

I am setting some key in $cookieStore like $cookieStore.put('temp',temp); and saved ok in cookies but some where some bites of key value are changed , so when $cookieStore.get('temp'); I get this ...
Anwar Badr's user avatar
0 votes
0 answers
136 views

In one of my applications observed that "document.cookie" or $cookies is returning empty values and i am unable to access cookies in code even though cookies are visible in the browser. Are there any ...
sivaram's user avatar
0 votes
0 answers
44 views

I'm trying to login on web with authentication of token got from Web-API. I am saving the token in cookies and proceed my work. I want to ask that if i am login with admin on one tab and without ...
Manisha Jain's user avatar
2 votes
1 answer
819 views

I am working on Angular 6 and have installed the Angular universal in it. I am having issues with package ngx-cookie-service as it is not supporting universal (check this issue for more info). Kindly ...
Alok's user avatar
  • 21
0 votes
0 answers
506 views

So, I created my client application using angular to interact with my WCF REST API. I basically use cookies to store the login session and retrieve the information by sessions. This works perfectly ...
Tech Enthusiast's user avatar
7 votes
1 answer
2k views

i am trying to read cookies from browser in order to setup an authguard. I am trying to check if cookies are setup then user is logged in otherwise not. For this purpose i am using ngx-cookie-service. ...
Shoaib Iqbal's user avatar
  • 2,760
0 votes
1 answer
190 views

I have written a custom AngularJS directive that implements a toggle checkbox based on Bootstrap Toggle. I added support for angular-translate, but that is beyond my actual proplem. Furthermore, I ...
user1438038's user avatar
  • 6,128

15 30 50 per page
1
2 3 4 5
8