Hi - Thanks for the question
The answer is yes REF https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots?tabs=portal#route-production-traffic-automatically
Quoting "After a client is automatically routed to a specific slot, it's "pinned" to that slot for one hour or until the cookies are deleted. On the client browser, you can see which slot your session is pinned to by looking at the x-ms-routing-name
cookie in your HTTP headers. A request that's routed to the "staging" slot has the cookie x-ms-routing-name=staging
. A request that's routed to the production slot has the cookie x-ms-routing-name=self
."