What is the different between cookies and session in php?
Answer Posted / sekhar
both are used for session tracking.
but there is some difference between these two.
cookies are stored in client side (not secured)
sessions are stored in server side (secured)
| Is This Answer Correct ? | 59 Yes | 1 No |
Post New Answer View All Answers
What is difference between variable declaration and variable definition?
Explain what does the function get_magic_quotes_gpc() means?
What is difference between compile time and run time polymorphism?
How to delete file in php?
What is php's mysqli extension?
Write a program to upload a file in php?
Is php dead 2019?
What is the $_ server php_self variable?
What is beforeRender() used?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is difference between array_merge and array_combine?
Do you know what is use of count() function in php?
Explain the types of functions for Splitting String?
What is the correct syntax of mail() function in php?
A process can run only in the background. State Whether True or False?