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 are the different kinds of assemblies?
Which Is Faster MVC or ASP.net ?
Explain different types of Caching techniques in ASP.NET?
What is hidden field in asp.net?
What is advantage of asp.net?
What is the procedure to create the environment for asp.net? : asp.net mvc
Where is session data stored in asp net?
Which is better asp.net or php?
What are the new features implemented in ASP.NET?
COM+ Used ________________ Isolation Level
What are the steps involved to fill a dataset?
What is the difference between application state and session state in asp net?
What is the difference between equals() and == in c#?
What is session authentication?
Which is the parent class of the web server control?