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
If we specify mode ="Inproc" session will store in
webserver itself under aspnet_wp.exe
If we specify mode = "Sqlserver" session will store in
sqlserver and it has to be serialized.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
List the different stages of a thread?
What is the and operator in c#?
Define parsing? Explain how to parse a datetime string?
What do you mean by casting a data type?
What is form feed and carriage return?
What is the difference between static class and abstract class in c#?
Can a loop recorder detect a heart attack?
What are concrete classes?
Should I make my destructor virtual?
What are the main reasons to use c# language?
Is int an object in c#?
Can interface have virtual methods in c#?
Can you inherit multiple classes in c#?
What is the difference between structure and class in c#?
What is arraylist c#?