web farm .. how does session shuld be stored... if inproc
used? does the session
persists from one server to other.
Answer Posted / mandar
In case of web farm, we can not have in proc session state.
Session can not be persist from one server to another. we
have to use the state server or database for session storage
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
How are sessions stored?
What are the Difference between asp.net and asp ?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
How do we sort the data from a dataset?
What are the new data controls in asp.net 2.0?
To redirect the user to another page which method do we use without performing a round trip to the client?
what are the Custom controls in asp.net?
Is post back in asp.net?
What is the function used for removing an event listener?
Can you use Web API with ASP.NET Web Form?
Why is an object pool required?
What is a server cookie?
What is the concept of postback in asp.net?
How do http sessions work?
What are the differences between application object and session object?