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
Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?
How can we debug a loadrunner script?
What is loadrunner controller?
How do you decide the number of load generator machine required to run a test?
What is the difference between web_reg_find and web_find?
What is Standard deviation? How it will use in Lr?
When a scenario run exactly what happened?
What in percentile graph?
How can we develop the database vuser script?
What is the latest version and language used in load runner?
What is ramp up and ramp down?
What is the basic credentials should be provided while recording SAP-GUI?
how to add 100 for dynamic(correlate value) value
How can we edit the vuser script?
What are the section contain by the vugen while creating a vuser script?