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 runtime exception and compile time exception?
What is isset php?
Where are sessions stored php?
What is crypt () in php?
What is difference between readonly and constant?
Explain different sorting function in php?
Is laravel better than codeigniter?
How to remove the new line character from the end of a text line in php?
What are php applications?
Explain me difference between mysql_connect and mysql_pconnect?
What are the differences between GET and POST methods in form submitting?
How many types of array are there in php?
How variables are passed through arguments?
Explain how we can get the number of elements in an array?
What should be the length of variable for SHA256?