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 is the view state data stored?
What is marshalling ? Is it a part of asp.net ?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What are the HTML server controls in ASP.NET?
What is the difference between sealed vs static class?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain the difference between singleton and single call?
What do you mean by authorization?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is work flow gen? how can it will work with .Net?
What a diffgram is, and a good use for one?
How do you implement sql caching in asp.net?
What is cache in asp net?
To redirect the user to another page which method do we use without performing a round trip to the client?
Explain the server control events of asp.net ?