Employing a single session state server on a web farm creates the single point of failure. If your state server is unavailable your customers may not be able to place an order becuse there is no place to maintain the session data.
Maarten Baillauw has a great discussion on his weblog e...
[More]