How many types of session in asp.net2.0
Answer Posted / srinivasareddy
i) in process session
II)out Process session
III) Sql-server session
In process session by default in web.cofig File.
out process is stored at server side.
Sql-server session is stored in Database(Sql).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give me one example of Web API Routing?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
How to prevent client side validation from the ASP.NET validation controls?
What is meant by web application?
Define cookie.
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is asp.net? How is it different from asp?
What are sharepoint pages?
What is the difference between web.config and machine.config in ASP.NET?
What is the usie of activex control in .net?
What is the question mark in a url?
What is the typical session identifier?
How to reduce the width of textbox in editcommandcolumn of datagrid?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is the difference between equals() and == in c#?