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

How do you do Client-side validation in .Net?

593


How to register exception filter globally?

591


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1433


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

613


What is httpresponse?

526






Differentiate between client-side and server-side validations in web pages.

575


What is synchronous and Asynchronous post back ?

660


what is silver light when will we use silver light,

1453


Explain the main differences between asp and asp.net?

530


To display data in a Repeater control which template you provide?

602


Who can consume WebAPI?

601


Do session use cookies in asp net?

510


What is smpte vc-1?

572


Define common type system?

595


How does windows service lifecycle differ from a .standard. Exe?

522