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 to comment out asp.net tags?
What are the uses of reflection?
What is ipostback?
What do you mean by authentication?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is an example of an application service provider?
What are server objects?
What are the data controls available in asp.net?
What are the advantages and limitations of query string?
What are the three parts of an http response?
What parameters can you pass in the url of the api? Can get and post use the same url?
What does the hotspot class in .net do?
What is a ashx file?
Can any body provide me the sample web application in asp.net
Explain the difference between response.redirect vs server.transfer