Suppose there is one web farm with 3 servers inside with
same configuration and the same project is running inside
all servers.Which session mode is usde for all these and
why?
Answer Posted / eduardo belmonte
Mode="StateServer"
That way one server will take care of the state and will
share that info with other servers who may need to request.
This of course is the way to set the "Out of Process"
management of Session State.
You must also include an attribute of StateConnectionString
related to the server that will provide the state
management.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is sql data source control in asp.net?
Can you use c# without .net?
Explain how dot net compiled code will become platform independent?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is state management react?
What is httpresponse?
How do you do Client-side validation in .Net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Where code pages are used?
What is the difference between a page theme and a global theme?
What is the difference between union and join?
How many web.config files can I have in an application?
What is the use of web.config file?
What is difference between session and cookies?
How Session outproc in Sqlserver stored?