Scaling up the ASP.NET session state server -


Scenario:

The host is hosted on the three servers hosted on the website.

All three servers are clustered using network load balancing software that comes with Windows Server 2003.

All three sites are configured to store session state on a separate server called "State Server".

I have been asked to scale the "State Server". Is there any way in which more than one state can be server and can synchronize the state between them, so if a state server goes down, then will the other state be able to serve the information?

I had to go to memcached you can set it on every web server and then you add it On the scale with each new web server I have found some clients on some codeplacks in the past.


Comments