Hi Roberto,
The cookies generated from
our website are loading under your ASP.NET Core application, this is because
you may have used our control resources (styles and scripts) directly from our
cloud location https://cdn.syncfusion.com.
On our end, we have created the cookies under the domain .syncfusion.com and
they are also appearing in your application since you have used our cloud
location.
These
cookies are related to our domain resources and they are not useful in your
application. They are mainly used for our website processes, such as tracking
and accessibility. To make the cookies created from our domain disappear in your
application, you can use the NPM package manager for the resources you require
into your application to avoid listing these cookies under our domain, if it’s
feasible to you.
You can find more information on how to add script references using the NPM package
manager here:
https://ej2.syncfusion.com/aspnetcore/documentation/common/adding-script-references#node-package-manager-npm
Please let us know if you have any queries.
Regards,
Vijayakumar Y.