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

To add a hyperlink column to the DataGrid which tag is used ?

592


What is http request and response?

546


Explain the steps to be followed to use passport authentication.

607


Why is asp.net so popular?

521


Explain automatic memory management in .net.

602






What are the differnt types of handler in ASP.NET?

552


What is use of Master Page in ASP.NET web pages?

637


What are the namespaces used in asp.net mvc? : asp.net mvc

529


How do we implement bundling in MVC?

608


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1483


Define managed code and managed data in .net?

521


Which method is used to force all the validation controls to run?

567


Which method do you use to kill explicitly a users session?

639


What is loop in asp.net?

602


In ViewState How much lifespan items stored?

599