What are the different types of Session state management
options available with ASP.NET?
Answer Posted / sridhar
in this two type of session state management
Those are :
1)In-Proc
2)Out-Proc
In the In-proc:
we have in-proc model
In the Out-Proc
1)State server session state
2)Sql server session state
3)Custom server session state
and aslso
mode="off"-->in this session will be disabled
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What does mvc represent in asp.net? : asp.net mvc
How does session authentication work?
What are html helpers in asp.net?
What is difference between View State and Hidden Field in ASP.NET?
What is the advantage of mvc over asp.net? : Asp.Net MVC
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
How can you handle unmanaged code exceptions in asp.net?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is event bubbling?
How can you ensure a permanent cookie?
What are the various types of validation controls provided by asp.net?
What is a server farm in iis?
What is asp.net used for?
Explain the asp.net session state modes.
Can we use a static function with a non-static variable?