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
Can we override the enablepartialrendering property of the scriptmanager class?
When Cookies are expired in ASP.NET?
To get the values in two different controls to match which control you use it?
What is smpte vc-1?
Describe the application event handlers in ASP.NET?
What is active web page?
How to send a DataReader as a parameter to a remote client ?
What is asp.net and its advantages?
What is the difference between custom web user control and a custom web server control?
I’m having some trouble with cas. How can I diagnose my problem?
What is the difference between typeof() vs gettype()?
How many types of validators are there in asp net?
When does a session actually start?
What is preprocessor in .net?
How to display Alert in ASP.NET