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

What is the difference between “Web.config” and “Machine.Config”?

873


How may clustered index we can create in table?

733


Describe the method to create a permanent cookie?

771


How you can access the properties and controls of master pages from content pages?

703


What is a 401 redirect?

668






What are the major built-in objects in ASP.NET?

781


witch is the best insistute in sharpoint course.what abt future of share point course.

2939


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2483


What are the disadvantages of using session?

658


Which method is used to enforce garbage collection in .net?

598


What role “#&&” plays in a querysting?

744


What is work flow gen? how can it will work with .Net?

2740


What is the mvc framework?

726


Explain the components of web form in asp.net

739


Explain form level validation and field level validation?

740