Answer Posted / thakur seema b.
Session is used to store any type of data in the memory of
the server.This information is protected because it is
never passed to the client and is uniquely bound to a
specific session.
Cookies are small files that are created on client's hard
drive(or, if they are temporary, in the web browser's
memory.)
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How can we apply themes to an asp.net application?
What is viewstate? What does the “enableviewstate” property do?
What is css in asp.net?
What is comparevalidator?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the difference between CLICK and MOUSE DOWN Event ?
Do cookies store passwords?
What is the Difference between MVC And MVP design pattrens
What threading model used in asp and asp.net?
What is inproc and outproc?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?