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
What are Authentication and Authorization?
Why is string called immutable data type?
What is asp net objects?
How Session outproc in Sqlserver stored?
What is jade template engine?
What are the new features added from ASP to ASP.NET?
How is mvc different from asp.net? : Asp.Net MVC
What is asp.net introduction?
Explain how can we inherit a static variable?
How you can stop the validation of ASP.NET controls from client side?
How long the items in ViewState exists?
In how many ways we can retrieve table records count?
Explain authorization levels in .net ?
In ViewState How much lifespan items stored?
How will create assesblies at run time?