Difference between cache and cookie.
Answers were Sorted based on User's Feedback
Answer / archie shokeen
Cookie - is data sent to your comp by webserver that
records your actions on certain websites. For e.g some site
remember ur username, passwd when you re-visit that site
again.
Cache - stores recently used info in a quickly accessed area
(generally hard-drive of your PC).Foir e.g - IE uses cache
to store pages, images, URLs of recently visited websits to
your sysytem's hard-drive.
Is This Answer Correct ? | 39 Yes | 2 No |
Answer / sumant manda
Basic understanding which most of the interviewers expect is:
Cookie is something which is saved on browser related to
your credentials.
Cache is something which is saved in system (mostly in TEMP
folders) and is related to your recently accessed data from
server.
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / siri
A cache operates as a temporary storage area where
frequently accessed data can be stored for rapid access.
Once the data is stored in the cache, it can be used in the
future by accessing the cached copy rather than re-fetching
the original data.
A cookie can keep information in the user's browser until
deleted. If a person has a login and password, this can be
set as a cookie in their browser so they do not have to
re-login to your website every time they visit. You can
store almost anything in a browser cookie.
Is This Answer Correct ? | 9 Yes | 3 No |
Cookies are relatively small amounts of data that a website saves to your computer while you are viewing a web page. Cookies usually contain information such as your user name or a saved password, so that the website can identify who you are when you return to the site later on. Usually any data in the cookie is encrypted or in a form only readable by that particular web page, so you don't have to worry about sensitive data being stored in your cookies (as long as the web site you visit is trusted). The cache is also a repository of saved data, but the cache stores any files needed to view a website (text, images, other media) so that the page load time is shorter if you happen to visit the page again in the future. For example, if I have a 1 MB image on my home page, it would be a hassle to load the image from the Internet again and again -- instead, the local copy of the image in the cache is loaded into the browser, making the overall load time a lot faster
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deo ram yadav
cookies are small bits of files that store your session, and
other small data, its pretty much like a database in a
sense... while a cache is temporary storage for files used
by a program(typically a browser) to display items.... and
to get a quick access to pre-parsed files.....
your browser has to store the webpage, and all pictures,
video flash and those things on the cache so that it could
display it
while cookies, store only text based data about your
browsing stuff.. like passwords, number of pages visited,
session number, and so on.....
via
http://in.answers.yahoo.com/question/index?qid=20081104212807AAo2TO3
Is This Answer Correct ? | 5 Yes | 0 No |
What is Cyclometric testing?
what are the functional test cases for enter user name,enter pass word,click on ok(only functional test cases)
if it is a web testing,what is a dead link and a broken link.,and what are the other things we test in a web application related to functionality other than field level and form level validations.
How does one do Functionality Testing?
What are the Type of CMM Levels, Explain Each Level.
Here is the scenario. We have web app. in ASP.NET, server is IIS and database is SQL server2005. The application is used in healthcare industry. I am going to get realtime data from healthcare company to test. I need to perform back end testing. If someone can help me understand how i can start back end testing.
is it possible S1 comes under P1 ?
give on example of regression testing, u did in yuor projec?
what is diff between stress testing and spike testing
May i know high priority&low seviarity,high seviarity&low priority
13 Answers DELL, GL Noble Denton, iGate, Wipro,
How the application is launched to the production environment?
How do we perform critical section first (Integration testing) at specification requirement stage of SDLC? I suppose this is incorrect question as integration testing can be initiated when: * The relavant individual code modules have been designed.please correct me if i am wrong