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 is query string?

770


What is viewstate information stored?

833


What are the types of session in asp.net?

697


What is asp.net and how it works?

693


Where viewstate value is stored in asp.net?

811


What is the difference between page-level caching and fragment caching?

721


What is a session http?

696


What is Pre-Render event in ASP.NET?

805


What is considered a service provider?

709


Explain server-side scripting and client-side scripting.

689


Can I tap into other windows livetm services?

749


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?

756


How do you remove duplicates without using remove duplicate stage?

788


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

681


How information about the user's locale can be accessed?

784