How many types of session in asp.net2.0

Answer Posted / anand gopal makwa munger

There are two type of session in asp.net2.0
1. inProc Session.
2.OutProc Session(a.StateServer, b.Sql Server).
1. InProc:It is use for locally or we can say it is use for same IIS.
2.OutProc:we know IIS Memory is Limit,OutProc give us facility to bring data from different IIS.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is faster union or union all?

582


What are httphandlers and httpmodules and difference between them?

527


Define view state.

552


What is a gridview in asp.net?

530


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

595






Explain the advantages of asp.net.

546


Explain Life cycle of ASP.NET page when a request is made.

755


What is web router?

505


What is the significance of attaching a profile while creating a user?

569


How is my content secured from unauthorized access?

519


Explain the difference between page.registerclientscriptblock and page.registerstartupscript?

577


Explain different types of validators in asp.net?

537


Are xaml file compiled or built on runtime?

559


What describes a query?

527


Explain About WebService

657