I'm using Identity in my ASP.NET application, but running on two webservers on AWS, and have the problem that when you're logged in on one server, you are not logged in on the other because they don't share the same session.I'm using Identity in my ASP.NET application, b