What is the policy and purpose of cookies?

Hi,

I noticed that in my Asp Core applications cookies are being created and I need to explain the purpose of cookies to users so that I can ask and clarify to users permission for cookies? tracking, advertising?

thanks




2 Replies

VY Vijayakumar Yoganandan Syncfusion Team July 11, 2023 04:15 PM UTC

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.



RO Roberto July 14, 2023 06:32 PM UTC

Perfect.


Thanks


Loader.
Up arrow icon