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
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Define a web service in .net?
What is full form of asp.net?
What language is asp.net written in?
What are the components of ado.net?
What is asp net objects?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is inproc mode in session?
Explain how do you deploy your asp.net application?
Why is global asax is used for?
How do I use a proxy server when invoking a web service?
What is server side session management?
What is the page life cycle in asp.net?
What is the purpose of using MVC programming pattern in ASP.NET?
What are the session variables?