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 the rendezvous point is insert?
What type of function generate and insert by the vugen to the script when you record a script?
What would be your recommendation to improve performance measure?
What are the types of checkpoints is available in loadrunner?
what is remote performance monitering?
How will you divide your script into multiple actions? Why?
What is protocol function?
Hello Friends, Can anyone please let me know about Performance testing health care EDI ( 270,271, 835 ect). I need as detailed answer as possible. I am going to use LoadRunner for load testing. I would really really really appreciate your help. Thanks, Piyush
How to create a host list for a scenario?
What is the loadrunner end transaction and its syntax?
What is action section?
What is the difference between lr_error_message and lr_debug _message?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
How could you measures Https/Sec ?
What is script list?