What is the different between cookies and session in php?
Answer Posted / sudheer
Both are stoarage purpose but session is server side &
cookie is client side.
in cooke omly data will store but in sessions objects as
well as data stored.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Where are php configuration settings stored?
What is the best way to change the key without changing the value of a php array element?
What is the use of php and mysql?
What is meant by urlencode and urldecode?
Is php outdated 2019?
How does csrf token work?
Code to upload a file in PHP?
Is php an object or array?
How many types of array are there in php?
Which is better wamp or xampp?
How come the code works, but doesn’t for two-dimensional array of mine?
How to download file in php?
What is difference between get and post in php?
How do I run a php file?
What is a php object?