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 / adrien
You have 3 options.
1. Do not use any session variables.
2. Use a dedicated State Server (or state Server Farm)
3. Use SQL Server for state management
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is friend a constructor?
What is a float?
What is the difference between class and namespace?
What's the difference between a static method and a non static method c#?
In which order the constructor is called for an inherited class?
How can I make sure my c# classes will interoperate with other .net languages?
Explain the concepts of cts and cls(common language specification).
Explain the ways to deploy an assembly?
What is c sharp language?
Explanation on Generic?
What is inumerable?
What is generic delegates in c#?
What is default class in c#?
Which sorting algorithm is best?
Define delegation in .net?