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
Is asp.net 64-bit enabled? How?
What is the use of session in web application?
When was asp.net released?
How to send a DataReader as a parameter to a remote client ?
How ViewstateMac works?
Define satellite assemblies.
Explain what are webservices?
How does the iis work?
Why do we use web config?
Are cookies client side or server side?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is virtual directory in asp.net?
Differentiate between early binding and late binding.
What is the difference between ASP Session State and ASP.Net Session State?
What is cookies in asp net?