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
Who generates session id?
i want the asp.net technical questions and answeres
What is a session in programming?
What’s the use of “GLOBAL.ASAX” file?
What is the default timeout for a cookie?
What is a query string in a url?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is event in asp.net?
What is the difference between custom web user control and a custom web server control?
Can one dll file contains the compiled code of more than one .net language?
What can you do with asp.net?
What is aspect-oriented programming?
What are the various types of cookies in asp.net?
What is xaml? Are xaml file compiled or built on runtime?
What is the size of Get method and how much data it can store?