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 http session state?
What are the differnt types of handler in ASP.NET?
What are the advantages of asp.net?
How you will improve web application performance?
What is http response header?
What are the data controls available in asp.net?
COM+ Used ________________ Isolation Level
Apart from IDE what are the enhancements in asp.net 2.0?
Can we set master page as a start page?
How can we provide the WebParts control functionality to a server control?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is page fragment caching?
Explain what does wsdl stand for?
Explain the difference between debug.write and trace.write?