473,396 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Clustered web farm

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

Nov 17 '05 #1
3 1551
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
==============================
"sudha" <su*****@mailcity.com> wrote in message
news:01****************************@phx.gbl...
Hi,
Is it possible to redirect user to same webserver in
clustered web farm until his session ends?

Nov 17 '05 #2
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

"sudha" <su*****@mailcity.com> wrote in message
news:01****************************@phx.gbl...
Hi,
Is it possible to redirect user to same webserver in
clustered web farm until his session ends?

Nov 17 '05 #3
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.

http://www.microsoft.com/technet/tre...hnet/itsolutio
ns/ecommerce/deploy/rollout/duwwsr.asp
"sudha" <su*****@mailcity.com> wrote in message
news:01****************************@phx.gbl...
Hi,
Is it possible to redirect user to same webserver in
clustered web farm until his session ends?

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: sampriti | last post by:
Hi, Is there a way to direct user to the same server until his session ends in clustered web farm? Thanks in advance
1
by: Steve_CA | last post by:
Hi, The more I read, the more confused I'm getting ! (no wonder they say ignorance is bliss) I just got back from the bookstore and was flipping through some SQL Server Administration...
5
by: jim_geissman | last post by:
One table I manage has a clustered index, and it includes some varchar columns. When it is initially created, all the columns in the clustered index are populated, and then some of the longer...
1
by: sudha | last post by:
Does creating a temporary xml file from dataset on the server on a per-user basis and read from it will create any problem in clustered web farm? Thanks in advance
0
by: sampriti | last post by:
How can I direct user to same server until his session ends in the clustered web farm? Thanks in advance
5
by: fm | last post by:
We are using ASP.NET State Server in our applications to protect session state from machine.config and IIS recycles. We also may cluster the servers in the future. We don't have the resources to...
5
by: Dominic | last post by:
My question is about how to maintain view state in mobile ASP.NET across postback / request in a web farm environment. First of all, let's assume the web-farm does NOT use stick-session feature....
2
by: Lyle Fairfield | last post by:
'Property Clustered As Boolean 'Member of DAO.Index Private Sub IsThereaClusteredIndex() Dim tdf As DAO.TableDef Dim idx As DAO.Index For Each tdf In DBEngine(0)(0).TableDefs For Each idx In...
5
by: pb648174 | last post by:
I've been doing a bit of reading and have read in quite a few places that an identity column is a good clustered index and that all or at least most tables should have a clustered index. The tool I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.