How many types of session in asp.net2.0
Answer Posted / nizath ali
There are two main categories of session in asp.net2.0,
(1) Session InProcess:
InProc
(This is default in web.cofig file and high performence.)
(2) Session OutProcess:
State Server
Sql Server
(These out proc is useful whethr the infrmation is
maintained in between to servers that time only we can use
this sessions.)
Simply three types of session in asp.net2.0,
i)InProc
ii)State Server
iii)SQL Server
Regards,
Nizath Ali.U
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
what are the web form events available in asp.net?
Explain code snippet to register exception filters from controller?
What are the properties of the eventargs argument when capturing keyboard events?
Will session work if cookies is disabled?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is a server cookie?
What is http pipeline in asp.net?
How do you create a master page?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What is difference between mvc and asp.net? : Asp.Net MVC
What is the significance of proxy user?
Can we store object in viewstate?
How do you implement sql caching in asp.net?
Describe in brief .net framework and its components.
What is work flow gen? how can it will work with .Net?