Cookies are used in the administration interface, or by users when redirecting to some content.
Cookie name | Description | Type | Expiration |
---|---|---|---|
company | Id of the company | Secure (Https) | After 1 year |
<companyId>.AspNet.Cookies | User authentication | HttpOnly / Secure (Https) | Session cookies : removed after the browser session ends (when the browser is closed) |
.AspNetCore.Antiforgery.w5W7x28NAIs | Used at Anti-forgery : CrossSite Request Forgery protection of all forms. | HttpOnly | Session cookies : removed after the browser session ends (when the browser is closed) |
ARRAffinity / ARRAffinitySameSite | Optional cookies used by Azure Services to manage LoadBalancing again servers. | HttpOnly / Secure (Https) | Session cookies : removed after the browser session ends (when the browser is closed) |
ai_user / ai_session | Used by Application Insight (Azure) to manage client side errors on the web interface | HttpOnly / Secure (Https) | ai_session : 1 hour Ai_user: 1 year |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article