What are the different types of Session state management
options available with ASP.NET?
Answer Posted / praveen kumar sharma
(1) InProc Mode or InProceess this is the clarification of
InProc.
(2) SQL Server Mode
(3) StateServer Mode -->StateServer is memory based mode.
(4) Out of process Mode -->This mode is best used when
performance is important but you can't guarantee which
server a user will request an application from.
(4) Off Mode -->Disable Session State.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Distinguish between Server-side and Client-side code?
Can you use Web API with ASP.NET Web Form?
Can we have a web application running without web.config file?
Differentiate between structure and class.
What is content page in asp net?
Name the namespace which is used by ado.net?
Explain the difference between or and orelse?
How many types of triggers are there in update panel?
Give some salient points of difference between request processor and request dispatcher.
What are the advantages of Web API?
What is bound controls
What are cao and sao.
Define repository pattern in asp.net mvc? : asp.net mvc
Disable Mouse right click on web page in asp.net?
What is diff. Between abstract class and an interface?