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 data type in php?
Is time a dependent variable?
Tell us how to set cookies in php?
Why use php artisan serve?
What does echo mean in php?
Is it possible to use com component in php?
What is the meaning of "enctype= multipart/form-data" ?
What is variable give example?
Tell me how would you declare a function that receives one parameter name hello?
How to move uploaded files to permanent directory?
Inside a php function, what param needs to be set in order to access a global variable?
Tell me what is the difference between unset() and unlink()?
Write a program using while loop in php?
Tell me what sized websites have you worked on in the past?
What is php call function?