what is the difference between the cookies and cacheing



what is the difference between the cookies and cacheing..

Answer / 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

More Load Runner Interview Questions

How many types of graphs are available in loadrunner?

0 Answers  


What are the drawbacks of LoadRunner tool?

4 Answers  


What is the purpose of a loadrunner transaction?

0 Answers  


Can u plz tell me what r the functions available in load runner and how to write userdefined functions and what are they?

2 Answers  


How do you identify which values need to be correlated in the script? Give an example.

0 Answers  






What is the loadrunner end transaction and its syntax?

0 Answers  


how can u see agent process in controller?

5 Answers   AZTEC,


While running a scenario in loadrunner controller,the component suddenly hangs and gets closed automatically,the results of the test is no saved and when i open the scenario now,how can i get the results back.?

1 Answers  


What is the purpose of running the scenario?

0 Answers  


how can we test clent server application and what is the preliminary requirement for load testing

1 Answers   IBM,


how can u capture the database counters?

4 Answers   Wipro,


What is the difference between lr_error_message and lr_debug _message?

0 Answers  


Categories