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
What is inproc mode in session?
Can you set which type of comparison you want to perform by the comparevalidator control?
How do you design a website with multilingual support in ASP.NET ?
List the major built-in objects in asp.net?
What symbol specifies the beginning of a query string?
To add a hyperlink column to the DataGrid which tag is used ?
What is the difference between a multi-layer and multi-tier applications?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is asp.net and ado net?
What is the use of session?
What is the concept of postback in asp.net?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
What is a url string?
What is considered a service provider?
What is the typical session identifier?