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
Why asp.net is used?
Explain the different types of assemblies?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Why is global asax is used for?
How you can add an event handler?
What are Master Pages in ASP.NET?
In which situation can you not use a viewstate?
Define repository pattern in asp.net mvc? : asp.net mvc
In which event are the controls fully loaded?
What does it mean your session has timed out?
What are the advantages of the code-behind feature?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Define page fragment caching?
What are the new web part controls in asp.net 2.0 ?
What are the properties of the eventargs argument when capturing keyboard events?