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
Why var is used in c#?
What is lazy class in c#?
What is difference between ienumerable and list in c#?
Why is c# good for games?
What is a lambda expression in c#?
What are the commonly used i/o classes?
Can you describe iuknown interface in short?
What is default constructor in c#?
Can scriptable objects have methods?
what is partial assembly reference
What does addressof operator do in background ?
What is the use of readkey in c#?
What is difference between ilist and list?
What do you mean by a windows process in regards to memory allocation?
What is the use of iqueryable in c#?