I have an asp.net core web application deployed on Azure App Service, the problem is that every time I publish changes to the server, (no matter if it's via vs publish or via vs team services ci) the users sessions expires and every user has to login again.
How can I avoid this? Thanks for your help.