The following cookies are set by the IFRS 17 Solved web application server:
| Name | Description | Lifetime |
|---|---|---|
| .AspNetCore.Correlation | Correlation identifier allowing the application server to track an OpenID Connect authentication handshake prior to successful authentication | Session |
| .AspNetCore.OpenIdConnect.Nonce.*[1] | Cryptographic nonce to prevent a replay attack while performing an OpenID Connect authentication | Session |
| .AspNetCore.Cookies | Authentication token containing claims about the user's identity, allowing the server to grant/deny access to the site | Session |
| .AspNetCore.CookiesC*[2] | Authentication token containing claims about the user's identity, allowing the server to grant/deny access to the site | Session |
| .AspNetCore.Antiforgery.*[1] | Anti-forgery token to prevent cross-site request forgery (also known as XSRF or CSRF) | Session |
| .AspNetCore.Session | Session identifier used by the server to maintain a user session across multiple requests | Session |
| ifrs17:tid | Tenant identifier indicating the user's currently selected tenancy (for users with multiple tenancies) | Session |
| accepted-cookie-policy-version | The most recently accepted cookie policy version | Session |
See here for more infomation about cookies.