You may wish to allow the load balancing device to do it's job for you. If
you can afford to dedicate a .Net server to manage your sessions for you,
then it won't matter what server your user comes back to. In ASP, use a SQL
server to hold session information. In .Net, look into the <sessionState />
entry in your application's web.config file and point all of your web farm
machines to point to that machine.
There's a bunch of on line help that will provide further information.
If you are using Microsoft AppCenter, you could set the client affinity to
ensure that all requests from a client are being directed to the same
server.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.