What is the different between cookies and session in php?
Answer Posted / ritu
Cookies is an object but session is a process
cookie is an identifier stored on client.session is used
for storing data on the server between client requests.
cookies are stored in client mechine.session are stored in
server mechine
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between session_unregister() and session_unset()?
Can we use include ("xyz.php") two times in a php page "index.php"?
How to increase the maximum execution time of a script in php?
What is php session start?
What is the difference between characters 23 and x23?
How can you submit a form without a submit button?
Is empty java?
Is it easy to learn php?
What is the best php framework 2018?
What is htmlentities function in php?
What is good average session duration?
Tell me what's the difference between include and require?
What are the advantages of oops in php?
Can we set session value in javascript?
Write down the benefits of php7?