How you will handle session when deploying application in
more than a server? Describe session handling in a webform,
how does it work and what are the limits?
Answer Posted / frederickson
we have Inproc server and outproc server
for storing session in different server we have to specify
in the webcofing mode="state" and state mode session to be
srialized. and it stores in aspnet_state.exe
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is class reference type c#?
What is use of abstract class in c#?
Is c# different than c++?
What is sqladapter c#?
What is a dictionary in c#?
How long will it take to learn c sharp?
What is the difference between struct and class in c#?
What does the initial catalog parameter define in the connection string?
Why do we override in c#?
What are the different ways of method can be overloaded?
What is reference c#?
Why does my windows application pop up a console window every time I run it?
Is string null or empty?
What basic steps are needed to display a simple report in crystal?
Please explain value types and reference types used in c#?