0
velu created
6 Answer(s)
-
0
You can override
abp.utils.setCookieValue
. -
0
Hi @velu
Have you tried @aaron's suggestion ?
-
0
No,
We need an example to do this.
Can you please help us to solve this.
Thanks
-
0
Hi @velu
The value Path of the cookie is retrieved from
abp.appPath
javascript variable, you can change it but it might cause other problems.So, I suggest you to search for
abp.utils.setCookieValue
usages in typescript files and set the path parameter as you want. -
0
HI,
is there any way to set HTTP-Only attribute to cookies in Angular.
Thanks
-
0
Hi @velu,
It is not possible I guess https://stackoverflow.com/a/14691716/6681451. If you set the cookie as http-only, Angular app can't use it.