How many types of session in asp.net2.0
Answer Posted / rajen
There are three types of session in asp.net 2.0
1.Inproc(In Local process and default one)
2.Stateserver(At differnt Process and need serialised data)
3.Sqlserver(At sql Server and need serialised data)
The latter two are good for working with web farms and web
gardens.
| Is This Answer Correct ? | 28 Yes | 9 No |
Post New Answer View All Answers
Where sessions are stored?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is preprocessor in .net?
Explain code snippet to register exception filters from controller?
What is the difference between union and structure?
What are the Types of objects in ASP
What is a web api? Which protocol is used in a web api?
Can you use Web API with ASP.NET Web Form?
What kind of data can be stored in viewstate?
What are the authentication types in asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is the biggest disadvantage of “Other Return Types” in Web API?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
How to use push notification?