The two (2) cookies we use are described below.
1.
The "ASP.NET_SessionId" cookie is a session cookie used by ASP.NET, a web application framework developed by Microsoft. This cookie is automatically generated and assigned to a user's browser when they visit a website built using ASP.NET technology.
The cookie itself does not contain any personally identifiable information (PII) or user data. It only contains a unique identifier that allows the server to recognize and associate subsequent requests from the same user during the session.
2.
The "_RequestVerificationToken" cookie is commonly used in web applications, including those built with ASP.NET, to help prevent cross-site request forgery (CSRF) attacks. CSRF attacks occur when an attacker tricks a user's browser into performing an unintended action on a website on their behalf.
The "_RequestVerificationToken" cookie does not contain any personally identifiable information (PII) or user data. It is a security measure used to verify the integrity of form submissions.