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
What symbol would you use to denote, the start of a code block in aspx views?
What does it mean your session has timed out?
What is autopostback in asp net?
What are the two properties that are common on every validation control?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What New Features comes with ASP.NET Web API 2.0?
Explain a program using razor view engine to create a simple application? : asp.net mvc
Can I have a unique key as foreign key?
What are the types of authentication in asp.net?
how can create login from create and written conde in asp.net
Can we use a static function with a non-static variable?
What is the difference between executescalar and executenonquery?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are resource file and how do we generate resource file?
What is a SESSION and APPLICATION object?