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

Is asp.net 64-bit enabled? How?

803


What is the use of session in web application?

686


When was asp.net released?

739


How to send a DataReader as a parameter to a remote client ?

2967


How ViewstateMac works?

2552


Define satellite assemblies.

766


Explain what are webservices?

726


How does the iis work?

770


Why do we use web config?

688


Are cookies client side or server side?

664


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

716


What is virtual directory in asp.net?

728


Differentiate between early binding and late binding.

769


What is the difference between ASP Session State and ASP.Net Session State?

785


What is cookies in asp net?

714