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
What is difference between an Structure and Class?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
User's session is explicitly killed by which method ?
Explain the types of comments in c#?
What is the difference between malloc () and new?
Can you inherit multiple abstract classes in c#?
Why do we use classes?
What is deferred execution in c#?
What are collections in c#?
What is generic method in c#?
Which technology is best for desktop application?
Explain circular reference in c#?
What the different phase/steps of acquiring a proxy object in webservice?
What is private variable?
What is null character in string?