'ASP.NET Core identity shared across browser

When I'm deploying an ASP.NET Core web application to Azure, I have an issue with the session : they are shared across browsers.

Explanation : I'm going to my deployed site, I log in with my email/password then I'm logged in. If I open the website in an other browser on the same machine or on an other machine, I'm now connected with the credentials I used in the first browser.

I deployed the default template from Visual Studio without any changes. Is there something to do to resolve this issue or am I missing something ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source