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 the extension of master page in asp.net?
Why do we use sessions?
What is the default Orientation property in a Menu control?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is query string? What are its advantages and limitations?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is view state and how it works in asp net?
How will you do Redo and Undo in a TextControl?
List some of the important session state modes of asp.net.
What is the use of placeholder control?
What are web beacons used for?
What is a web pool?
What are the different methods of session maintenance in asp.net?
What is an imagemap in asp.net?
What are the advantages of passport authentication?