How many types of session in asp.net2.0
Answer Posted / sathish
As mentioned by manumathi.There are three session states:
inproc
sqlserver
stateserver
| Is This Answer Correct ? | 77 Yes | 14 No |
Post New Answer View All Answers
What are custom controls?
What are the different session state management options available in asp.net?
Explain the advantages of caching?
What is the difference between dynamic SGA and static SGA?
Diff between web user control and web custom control?
What does it mean your session has timed out?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is difference between web config and global asax?
About CLR, reflection and assemblies?
Explain the asp.net mvc folder conventions? : asp.net mvc
What are the different properties of server control that exists?
What is loop in asp.net?
Explain server side state management system.
Where would you use an ihttpmodule, and what are the limitations of any?