azurecookiesazure-web-app-servicesession-cookies

Disable TipMix and x-ms-routing-name cookie from website


we’ve picked up two new cookies on our site, TipMix and x-ms-routing-name after checking we found that these are related to Azure and started when we transferred traffic to a different environment. Currently, we are not transferring any traffic but these cookies are still dropping.

I tried checking on azure but couldn't find anything related to cookies.Is there any way to disable them or check why they are still coming?


Solution

  • TipMix and x-ms-routing-name after checking we found that these are related to Azure

    Yes, both the cookies are related to Azure Environment.

    check why they are still coming?

    Initially my App don't have any deployment slots.

    enter image description here

    enter image description here

    enter image description here

    As per this Blog,

    TiPMix – Used in Azure to pin a user session to a deployment slot during deployments.

    x-ms-routing-name – Used in Azure during deployments to route to deployment slots.

    Thanks @Aleksei Chudinov for the comments.

    As per the comments it is clear that you need to set the production slot traffic% to null.

    enter image description here

    You can refer the GitHub which address the same issue.