Answer Posted / animesh kumar ghosh
Whenever client sends a request to server for first time a server create a small amount of memory called session memory. In short, a dedicated memory created for every client is called session memory.
A cookie is key value pair created on the server and stored on the client machine in a file.cookie is of two type-
1. persistent:-stored ion a physical file on the client hard disk and which is common to all the browser instances.
2.Non persistent:-stored within a browser instance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an assembly? Explain its parts.
Define the term Web Garden?
Define session in asp.net.
Which control has default post back is enabled(true)?
What is protected configuration?
What are the advantages of using session?
What is difference between rest and soap?
I’m having some trouble with cas. How can I diagnose my problem?
Define satellite assemblies.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Why is xap important?
How is a session stored and maintained in asp.net?
What is enableviewstate in asp net?
What are the components of ado.net?
What are the different session state management options available in asp.net?