How many types of session in asp.net2.0
Answer Posted / liyamary varghese
asp.net supports 4 types of sessions
1)in process:
2)state server
3)sql server
4)custom[it requires manual coding
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does session state work in asp.net?
Can you use Web API with ASP.NET Web Form?
Is asp.net still used?
When was asp.net released?
What is a query string in a url?
Define repository pattern in mvc.net? : asp.net mvc
Define page output caching?
What is the difference between dynamic SGA and static SGA?
How to manage different kinds of sessions in ASP.NET?
Where would you use an ihttpmodule, and what are the limitations of any?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the part of url?
Do session use cookies in asp net?
Explain transparent caching with aop?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC