I'm using SQLServer to store my ASP.NET session state. I also have several web servers which are connected via load balancer. Each server store it's session in the SQLSerer DB. The problem here is that the DB is a single point of failure.
My question is - how can I store my session across multiple SQLServer servers and be able to get the most updated data from each of them?