Answer Posted / manikanta.srinu
Web is Stateless, which means a new instance of the web
page class is re-created each time the page is posted to
the server. As we all know HTTP is a stateless protocol, it
can't hold the client information on page. If user inserts
some information, and move to the next page, that data will
be lost and user would not able to retrieve the
information. So what we need? we need to store information.
Session provides that facility to store information on
server memory. It can support any type of object to store
along with our custom object. For every client Session data
store separately, means session data is stored as per
client basis.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What's singlecall activation mode used for in .net?
Explain the difference between the while and for loop.
What is the advantage of .net?
How does linq work?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is loosely coupled solution in.net?
Explain how com+ related to the dna architecture?
What does cli do?
What is Ajax? How it is related to your project?
Difference between machine.config and web.config?
Can I write my own .net host?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What does mean by .net framework?
Explain what is immutability, what is it for and how is it codified?
Is .net core stable?