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 a controller php?
What will the ?getdate() function returns in PHP?
What is the use of strip_tags() method?
How do I know my xampp version?
Is it easy to learn php?
write a note on Testing the web site
How is it possible to parse a configuration file?
What is a PHP Filter?
What does the unset() function means?
What is php compared to html?
What is difference between print_r and echo in php?
How can we execute a php script using command line?
What is difference between rest and http?
What is php routing?
What is zend studio for?