what is the difference between the cookies and cacheing
Answer Posted / uday
Cookies are temporary internet files created by web server
in our computer. These cookies will contain some basic
information about the user like user credentials, sessionid
etc.
All the communication between your browser and webserver
are stateless, means if you use page1, it doesnt store any
information for page2, which is big problem.
So web server will store info about the user in cookies, so
that, that information is avialable to page1 and page2.
Where as caching is something where frequently accessed
data is put in cache, such a way that it can be access very
fastly causes to improve the performance of the application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How many vusers are required for load testing?
What is the threshold level for think time and how can be this changed?
Why we insert the rendezvous point while running the scenario?
How many users can I emulate with loadrunner on a pc?
What is elapsed time in load runner?
What is transaction performance graph?
What are the three sections of a vuser script and what is the purpose of each one?
How can we find database related issues?
How many types of graphs are available in loadrunner?
What is a ramp up and how it can be set?
What are the changes that can be made to run-time settings?
What is the rendezvous point?
How you identify performance test use cases of any application?
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?
If we want to know the size of each component in system how?