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 kind of data can be stored in viewstate?
Where viewstate value is stored in asp.net?
How is a session stored and maintained in asp.net?
What are the 3 levels at which content pages can be attached to Master Page?
What is semantic gap?
What is the caspol.exe tool used for?
Do you know caching feature?
What does asax stand for?
What is inheritance and an how it be used, example with an example?
What role “#&&” plays in a querysting?
What is %20 in a url?
What is the difference between session and application?
Explain server-side scripting?
What is difference between rest and soap?
What is the difference between sealed vs static class?