Used Cookies
| Name | Usage |
| .AspNetCore.Culture | Overrides the automatic language selection. |
| .AspNetCore.Antiforgery.xyz | Protects the server against cross scripting attacks. |
| .AspNet.Consent | Stores the cookie consent. |
| Demo_authentication | Contains the user authentication token, which allows the use of userbased authorization. |