What is the difference bitween cookies and sessions/
Answer Posted / 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 |
Post New Answer View All Answers
please send me database stored procedure checklist.
How can you do the scalability testing?
What is quality center? How many built in tables does quality center have?
Test approach to windows scheduler?
define risk management system with example ?
ANY ONE HAS ATTENDED THE INTERVIEW FOR WIT INNOVATION P LTD? THEN KINDLY LET ME KNOW ABOUT THE INTERVIEW PROCESS AND QUESTIONS ASKED.
What are the various techniques in black box testing?
Zenq interview questions for manual testing
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is the Difference between Network testing and Web Testing?
What are the properties of a good requirement?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is the difference between load testing and performace testing?
If you're given a program that will average student grades, what kinds of inputs would you use?
What is a bug triage?