INetU Managed Hosting

Posts Tagged ‘asp.net’

How to Manage Sessions in a High Availability Infrastructure

October 7th, 2009 by Chris G.

Session management is relatively easy for a simple website handled by a single web server. Session information is typically stored in memory or disk and all is well. What about when you have a large website that’s served by a number of web servers? You could store sessions in memory or on disk in the same manner, but that creates a problem. The session information will not be accessible by the other web servers. Since the HTTP protocol is stateless, it is your responsibility to maintain sessions as HTTP requests are spread among the various web servers.

What about “sticky sessions”? Most hardware load balancers support an option called sticky sessions. Sticky sessions can be enabled to keep all HTTP requests from a given user on the same web server. This avoids some of the session management problems, but it introduces a potentially more serious problems. To name a few:

  • The distribution of load between web servers can become uneven.
  • Scheduled maintenance is more difficult since you cannot simply remove a web server from the load balancer without impacting users.
  • High availability is impacted since users will lose their session information if the web server they are “stuck” to crashes. When they are directed to another web server, they might have lost the shopping cart they spend an hour filling. Even worse, they might not go through the effort to refill it!

How are these problems avoided?

Read the full post »

INetU Wins Editor’s Choice for Business Web Hosting

July 1st, 2009 by INetU

INetU received word today that we are FindMyHost.com Editor’s Choice in the category of Business Web Hosting for the month of July. The FindMyHost Editor’s Choice Awards are chosen based on editor and consumer reviews. INetU has previously been Editor’s Choice in the categories of Dedicated Hosting, Managed Hosting, and ASP.NET Hosting. This is our first appearance in the Business Web Hosting category, and we are very proud to have earned this top spot.

According to Chris Henning, CEO at FindMyHost.com: “INetU impressed us with their low response times, flexibility, and wide product offering. If you are looking to reduce your current IT infrastructure costs, INetU is the place to go. Fully managed hardware, fully managed server, fully managed network with a 100% SLA – what else can we say? INetU receives the highest biz hosting category recommendation to date.”

Learn more about FindMyHost’s web hosting awards.
See all of July’s winners.

©1996-2010 INetU Inc, All rights reserved.