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 are the best practices to follow to secure connection strings in an ASP.NET web application?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is the differences between a primary key and a unique key in sql server?
How many types of controls are there in asp.net?
Can you explain autopostback?
What does ascx stand for?
Why do we use datasource in asp.net?
What are web server controls in asp.net?
What is server side session?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
List the advantages and disadvantages of user control an custom control?
Elaborate differentiation between ViewState and SessionState?
What is data grid view in asp.net?
Can we add code files of different languages in app_code folder?
Explain the various authentication mechanisms in asp.net.