How many types of session in asp.net2.0
Answer Posted / sabeer pasha
Three Types of Session
i) inprocess session
II)out Process session
III) SQl-server session
Inprocess session by default in web.cofig File.
out process is stored at server side.
sql-server session is stored in Database(sql).
sabeer pasha.
| Is This Answer Correct ? | 52 Yes | 16 No |
Post New Answer View All Answers
What is form submit?
What is the concept of view state in asp.net?
What are cao and sao.
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 is difference between Fragment Caching and Page Caching in ASP.NET?
Why session is necessary in web application?
How to make paging concepts in datagrid in ASP.NET?
What is css and what is it used for?
What is the difference between session object and application object?
How do you do Client-side validation in .Net?
What is caching? Explain.
Explain authorization levels in .net ?
Is session stored in browser?
What is Web API?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know