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


Please Help Members By Posting Answers For Below Questions

Why asp.net is used?

725


Explain the different types of assemblies?

704


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

643


Why is global asax is used for?

704


How you can add an event handler?

722


What are Master Pages in ASP.NET?

751


In which situation can you not use a viewstate?

707


Define repository pattern in asp.net mvc? : asp.net mvc

673


In which event are the controls fully loaded?

741


What does it mean your session has timed out?

710


What are the advantages of the code-behind feature?

708


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

723


Define page fragment caching?

679


What are the new web part controls in asp.net 2.0 ?

691


What are the properties of the eventargs argument when capturing keyboard events?

784