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 does aspcompat="true" mean?
How do we sort the data from a dataset?
Why we use content place holder in asp.net?
Write a code for sending an email from asp.net application.
What are the disadvantages of view state?
What is protected configuration?
Describe the method to create a permanent cookie?
How many types of validators are there in asp net?
Define a web service in .net?
What is the difference between a cookie and a pixel?
What is the default Orientation property in a Menu control?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Describe the diffeerence between inline and code behind?
What is meant by server side scripting?
Why is global asax is used?