How many types of session in asp.net2.0
Answer Posted / suraj
There are two types of Sessions: In Process (default) and
Out Process (There are two options for Out Proc sessions: a)
Using ASP.NET State Service b) SQL Server Database)
With Out Process sessions, comes the concept of Web
Gardening and Web Farming.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is caching in asp.net?
What is the file extension of web service?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Explain cashing in asp.net.
When you use Ajax controls in the ASP.NET application?
How to register exception filter globally?
Is it possible to apply themes to an asp.net application? If yes, then how?
Which property is used to identify the Page is Post Back in ASP.NET?
How do session tokens work?
What is a page life cycle?
Demonstrate Render and PreRender?
Explain about the Class view window?
What’s the difference between asp.net web forms and asp.net mvc?
What is inheritance and an how it be used, example with an example?
Explain the difference between Web Garden and Web Farm?