Service:
Authentication cookie
Purpose:
The authentication cookie is used to authenticate the user after sign in, thereby keeping the user signed in.
Expiry:
14 days
Name:
.AspNetCore.Cookies
Provider:
weihe.fo
Service:
Antiforgery token
Purpose:
AntiForgeryToken is a security token generated by the .Net Core web application, which is used to validate a post request to guard against Cross-Site Request.
Expiry:
When the browsing session ends
Name:
.AspNetCore.Antiforgery.xxxx
Provider:
weihe.fo