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
When you initialize the vuser what happen?
What is the vuser in the scenario?
Which function is used to end a nested transaction?
What is lr-function?
What is run-time-setting?
How vugen create a vuser script?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
What are the four selection methods when choosing data from a data file?
How to create a scenario?
what are the risks you faced with loadrunner
What is script list?
How can we edit the vuser script?
What is report viewer?
What is lr_output_message?
What do vuser_init and vuser_end action contain?