Cookie description

A cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. Cookies were designed to be a reliable mechanism for websites to remember stateful information.

If user click "accept" on accept cookie request, user will agree to the rules for storing cookies. If user not click "accept" on accept cookie request, site will working in usuall mode, without any restriction.

Cookies below can end up in the browser of a visitor of site:

  • .AspNetCore.Identity.Application ─ is used to determine if a user is authenticated. It used only when the user is logged in.
  • .AspNetCore.Antiforgery ─ is cookie for An antiforgery system designed to generate and validate tokens to prevent Cross - Site Request Forgery attacks.
  • .AspNet.Consent ─ is used for determine that user accepted cookie.