What is the difference bitween cookies and sessions/

Answers were Sorted based on User's Feedback



What is the difference bitween cookies and sessions/..

Answer / mfsi_krushnas

1.If you set the variable to "cookies", then your users
will not have to log in each time they enter your
community.

2.The cookie will stay in place within the user’s browser
until it is deleted by the user.

3.If you set the variable to "sessions", then user activity
will be tracked using browser sessions, and your users
will have to log in each time they re-open their browser.
Additionally, if you are using the "sessions" variable,
you need to secure the "sessions" directory, either by
placing it above the web root or by requesting that your
web host make it a non-browsable directory.

3.The Key difference would be cookies are stored in your
hard disk whereas a session aren't stored in your hard
disk. Sessions are basically like tokens, which are
generated at authentication. A session is available as
long as the browser is opened.

Is This Answer Correct ?    3 Yes 0 No

What is the difference bitween cookies and sessions/..

Answer / mfsi_satyakamm

Cookies exist in your local hard disk which is stored by the
browser in your local hard disk.

Sessions are used for passing of information as long as you
are using a site. After that session expires.

For example:
Suppose you login to a site using a login name and password.
This login name and password information are stored by the
browser in your local hard disk in form of cookies, so that
when you login next time you don't have to re-enter your
login name and password.

When you finally logged in to the site and start using the
site, then a session starts. Session helps in passing of
information between user and browser. As long as you are
using the site, the session is active and continuously helps
in passing of information. But when you exit from the site
by logging out or just by leaving the site, then the session
expires.


After leaving a site the cookie still exists in your local
hard disk unless you delete it manually. Using this existing
cookie you can login into the same site without providing
user name and password again.

But when you leave a site then the session expires i.e. it
is being deleted and you will never be able to get it. If
you try to re-login again(i.e. after deleting the cookies)
to the site by using the session you won't be able to
re-login as the session has already expired.

Is This Answer Correct ?    3 Yes 0 No

What is the difference bitween cookies and sessions/..

Answer / priyanka agrawal

cookies are stored in the user's browser, and sessions are
not. A cookie can keep information in the user's browser
until deleted.But Sessions are popularly used, as the there
is a chance of your cookies getting blocked if the user
browser security setting is set high.

If you set the variable to "sessions", then user activity
will be tracked using browser sessions, and your users will
have to log in each time they re-open their browser.

The Key difference would be cookies are stored in your hard
disk whereas a session aren't stored in your hard disk.
Sessions are basically like tokens, which are generated at
authentication. A session is available as long as the
browser is opened.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

The project is going through the maintainance phase I logged a defect which is critical for resolving ,the developement team is in US when they got the reported bug they gave the xplanation that it is a six year old written code moreover we don't have proper followup documents to authenticate this one....in this senario wat will u do??

2 Answers  


You have been given 2 projects to test, what are the key factors you consider when prioritizing you work load?

1 Answers  


What is 2-Tier and 3-Tier Architecture?

4 Answers  


What is requirment phase testing?

1 Answers  


What is stub and driver in integration testing ? Explain with example.

11 Answers   Accenture, Taleem India,






Can you explain a pair-wise defect?

0 Answers  


How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?

4 Answers   Mphasis,


what is test initiation? can anybody post the answer. very urgent?

6 Answers   Accenture, Maveric,


what is protocol in software testing? can u give it with a good example?

3 Answers   IndiumSoft,


what is the difference between testing and software testing? what is testing methodology? how can we do reliability testing? plz reply to this id sari.swapna@gmail.com

4 Answers  


What is the difference between Client server and web based systems?

2 Answers  


WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & ACTIONS IN QTP? WHAT IS THE DIFFERENCE BETWEEN A FUNCTION & PROCEDURE IN QTP? DIFF BETWEEN ACTION AND REUSABLE ACTION?

1 Answers   RBS,


Categories