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


Please Help Members By Posting Answers For Below Questions

What language is asp.net written in?

526


What is sql data source control in asp.net?

569


What are main return types supported in Web API?

742


What is the used of "ispostback" property?

565


What is ashx file in asp.net?

548






What asp.net control can embed xaml into asp.net pages?

538


What is the difference between runtime version and version?

505


What are the events that happen when a client requests an asp.net page from iis server?

482


How many types of Cookies are available in ASP.NET?

582


In asp.net, how can you validate drop down box?

580


Explain automatic memory management in .net.

590


What is difference between URL and URI?

624


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

530


What are the new login controls in asp.net 2.0?

519


What is the difference between table and query?

541