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 are the different types of Caching techniques in ASP.NET?
How many languages are supported by .NET at present time?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What does asp in asp.net stand for?
What are directives in asp.net?
Contrast OOP and SOA. What are tenets of each ?
Who creates jsessionid?
Is redux flux?
How many types of controls are there in asp.net?
Is asp.net a programming language?
Define a static class?
What are the major built-in objects in ASP.NET?
Why do we use web config?