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
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are Session states available and its Uses?
How long do session variables last?
How do you declare static variable? What is its lifetime?
Give me one example of Web API Routing?
What is the function of new view engine in asp.net? : asp.net mvc
What is asp net theme?
What is autopostback in asp net?
What is http pipeline in asp.net?
How to manage different kinds of sessions in ASP.NET?
What is a query string in a url?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Is asp.net and .net same?
Will the asp.net validators run in server side or client side?
What are the various ways to send content from one page to another?