What are the different types of Session state management
options available with ASP.NET?
Answer Posted / vijay
there are two types of session state
1.in process
2.out process
in process we preserve the sesion state on the server itself
and in out process we store the session state in some
external storage lke sql serer
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can you explain one critical mapping?
What is a url string?
What do you mean by marshalbyref?
What is meant by ispostback in asp net?
How would you get asp.net running in apache web servers?
What is the use of ASP.NET routing?
Why session management is required?
What is asp.net and ado net?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is aspect-oriented programming?
Explain the boxing and unboxing concept in .net?
What are the validation controls available in ASP.NET?
What are different methods of session maintenance in asp.net?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is the Difference between MVC And MVP design pattrens