How many types of session in asp.net2.0

Answer Posted / rajen

There are three types of session in asp.net 2.0
1.Inproc(In Local process and default one)
2.Stateserver(At differnt Process and need serialised data)
3.Sqlserver(At sql Server and need serialised data)

The latter two are good for working with web farms and web
gardens.

Is This Answer Correct ?    28 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need url encoding?

522


Who creates jsessionid?

560


Explain the difference between web user control and web custom control?

534


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1566


Explain Features in ASP.NET

572






What is base class of button control in .net?

521


Describe the difference between inline and code behind - which is best in a?

569


In the Repeater control which way you can edit?

641


Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?

549


What is the basic difference between asp and asp.net?

519


Explain the differences between managed and unmanaged code?

500


What is active web page?

563


What is the request flow used for asp.net mvc framework? : asp.net mvc

529


Explain about Automatic resource management?

574


Define repository pattern in asp.net mvc? : asp.net mvc

495