Use a load-balancer as a first row of defense against DDOS | Exceliance – Aloha Load Balancer

http://blog.exceliance.fr/2012/02/27/use-a-load-balancer-as-a-first-row-of-defense-against-ddos/ Good article about advanced HAProxy configuration, including timeouts for different phases of HTTP request different variants for rate limiting

Use a load-balancer as a first row of defense against DDOS | Exceliance – Aloha Load Balancer

http://blog.exceliance.fr/2012/02/27/use-a-load-balancer-as-a-first-row-of-defense-against-ddos/ Good article about advanced HAProxy configuration, including timeouts for different phases of HTTP request different variants for rate limiting

ASP and Web Session Management

http://msdn.microsoft.com/en-us/library/ms972338.aspx notes about how IIS creates and uses sessions for “classic ASP” (ASP.DLL)

[RUS] Юникс и другие » Blog Archive » Построение отказоустойчивого балансировщика нагрузки на базе Perlbal/Heartbeat

http://boombick.org/blog/posts/48 [RUSSIAN] How to configure Perlball + Heartbeat as HA load balancer with session support for app servers

How to Share Session State Between Classic ASP and ASP.NET

http://msdn.microsoft.com/en-us/library/aa479313.aspx the subj. soluton creates COM object in .net that then is used by classic ASP to store sessions. ASP.net object stores session in SQL database