Clustered web farm

S

sudha

Hi,
Is it possible to redirect user to same webserver in
clustered web farm until his session ends?
 
V

Vidar Petursson

Hi

Do you have control over loadbalancer?
Change it so that only first time requests get assigned to a machine and
stay on it.

--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
 
T

Terry K. Lindquist

Sudha

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.

Hope this helps, Terry
 

Ask a Question

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.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top